All Frameworks Class Hierarchy This Framework Indexes
CATAssemblyInterfaces Interface 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
| public virtual GetCutStatus( | | oCutStatus) |
-
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
| public virtual GetHiddenLineMode( | | oHiddenLineMode) |
-
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
| public virtual GetUseStatus( | | oUseStatus) |
-
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
| public virtual SetCutStatus( | const | iCutStatus) |
-
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
| public virtual SetHiddenLineMode( | const | iHiddenLineMode) |
-
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
| public virtual SetUseStatus( | const | iUseStatus) |
-
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