-
enum CATCompositesTypeEnum {
Unknown, Stacking, PlyGroup, Sequence, CutPieceGroup, Ply, Core, CutPiece
} -
Composites Type of object.
It can be:- Values:
-
- Unknown
- Type of selected object is not recognizable or not yet implemented. dd>
- Stacking
- Type of selected object is "Stacking". dd>
- PlyGroup
- Type of selected object is "Plies Group". dd>
- Sequence
- Type of selected object is "Sequence". dd>
- CutPieceGroup
- Type of selected object is "Cut-Piece Group". dd>
- Ply
- Type of selected object is "Ply". dd>
- Core
- Type of selected object is "Core". dd>
- CutPiece
- Type of selected object is "Cut-Piece". dd>