All Frameworks Class Hierarchy This Framework Indexes
GMOperatorsInterfaces Class CATDynDraftAngle
Usage: you must use this class as is. You should never derive it.
public class CATDynDraftAngle
Class defining an elementary draft operation.
An elementary draft operation defines the angle draft associated with faces to draft.
- See also:
- CATDynDraftDomain, CATDynDraftRibbon, CATICGMDynDraft
Constructor and Destructor Index
- o
CATDynDraftAngle(CATLISTP(CATFace)&,CATAngle&)
- Constructs an elementary draft operation.
- o
~CATDynDraftAngle()
-
Method Index
- o
GetAngle()
- Returns the draft angle value.
- o
GetFaces()
- Returns the list of faces taken into account in this elementary draft operation.
Constructor and Destructor
o CATDynDraftAngle
| public CATDynDraftAngle( | const | iFacesToDraft, |
| const | iDraftAngle) |
-
Constructs an elementary draft operation.
- Parameters:
-
- iFacesToDraft
- The list of pointers to the faces to draft.
- iDraftAngle
- The common angle value to associate with iFacesToDraft.
o ~CATDynDraftAngle
| public ~CATDynDraftAngle( | ) |
-
Methods
o GetAngle
-
Returns the draft angle value.
- Returns:
- The draft angle value.
o GetFaces
-
Returns the list of faces taken into account in this elementary draft operation.
- Returns:
- The list of pointers to the faces of this.
This object is included in the file: CATDynDraftAngle.h
If needed, your Imakefile.mk should include the module: CATGMOperatorsInterfaces