All Frameworks Class Hierarchy This Framework Previous Indexes
CATAssemblyInterfaces Interface CATIProdDraftingProperties
System.IUnknown
|
+---System.IDispatch
|
+---System.CATBaseUnknown
|
+---CATIProdDraftingProperties
Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.
interface CATIProdDraftingProperties
Interface to manage the drafting properties of a product.
Role: Allows to specify the properties that should
be used when generating views in the Drafting workbench.
Method Index
- o
GetCutStatus(CATBoolean&)
- Gets the Cut option.
- o
GetHiddenLineMode(CATBoolean&)
- Gets the hidden lines option.
- o
GetUseStatus(CATBoolean&)
- Gets the Use option.
- o
SetCutStatus(CATBoolean)
- Retrieves the Cut option.
- o
SetHiddenLineMode(CATBoolean)
- Retrieves the hidden lines option.
- o
SetUseStatus(CATBoolean)
- Retrieves the Use option.
Methods
o GetCutStatus
-
Gets the Cut option.
- Parameters:
-
- oCutStatus
- The cut option.
TRUE | the component will be cut when
projected in section views |
FALSE | the component will not be cut when
projected in section views |
o GetHiddenLineMode
-
Gets the hidden lines option.
- Parameters:
-
- oHiddenLineMode
- The hidden lines option.
TRUE | the component will be represented
with hidden lines in section views |
FALSE | the component will not be represented
with hidden lines in section views |
o GetUseStatus
-
Gets the Use option.
- Parameters:
-
- oUseStatus
- The use option.
TRUE | the component will be projected in section views |
FALSE | the component will not be projected in section views |
o SetCutStatus
-
Retrieves the Cut option.
- Parameters:
-
- iCutStatus
- The cut option.
TRUE | the component will be cut when
projected in section views |
FALSE | the component will not be cut when
projected in section views |
o SetHiddenLineMode
-
Retrieves the hidden lines option.
- Parameters:
-
- iHiddenLineMode
- The hidden lines option.
TRUE | the component will be represented
with hidden lines in section views |
FALSE | the component will not be represented
with hidden lines in section views |
o SetUseStatus
-
Retrieves the Use option.
- Parameters:
-
- iUseStatus
- The use option.
TRUE | the component will be projected in section views |
FALSE | the component will not be projected in section views |
This object is included in the file: CATIProdDraftingProperties.h
If needed, your Imakefile.mk should include the module: CATAssemblyInterfaces