CATCompositesTypeEnum (Enumeration)

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.
Stacking
Type of selected object is "Stacking".
PlyGroup
Type of selected object is "Plies Group".
Sequence
Type of selected object is "Sequence".
CutPieceGroup
Type of selected object is "Cut-Piece Group".
Ply
Type of selected object is "Ply".
Core
Type of selected object is "Core".
CutPiece
Type of selected object is "Cut-Piece".