siShapeContent Enum


Enumerations

enum   siShapeContent {
  siShapeContentUseConstructionMode = 0,
  siShapeContentPrimaryShape = 1,
  siShapeContentSecondaryShape = 2,
  siShapeContentAllDeforms = 3
}

Detailed Description

Indicates which deforms will be stored in the created shape.
See also:
PlotShape, StoreShapeKey

Enumeration Type Documentation

enum siShapeContent

Enumerator:
siShapeContentUseConstructionMode  [0] Depends on the current contruction mode. This means only the primary shape deformations are stored unless the construction mode is siConstructionModeSecondaryShape ( siConstructionMode ).
siShapeContentPrimaryShape  [1] Store the primary shape deformations.
siShapeContentSecondaryShape  [2] Store the secondary shape deformations.
siShapeContentAllDeforms  [3] Store all except for modeling deforms.