Enumerations |
|
| enum | siShapeContent { siShapeContentUseConstructionMode = 0, siShapeContentPrimaryShape = 1, siShapeContentSecondaryShape = 2, siShapeContentAllDeforms = 3 } |
| enum siShapeContent |
| 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. |