作成されたシェイプに格納されるデフォームはどれかを表します。
siShapeContent.siShapeContentUseConstructionMode // 0 siShapeContent.siShapeContentPrimaryShape // 1 siShapeContent.siShapeContentSecondaryShape // 2 siShapeContent.siShapeContentAllDeforms // 3 |
| コンスタント | 値 | 詳細 |
|---|---|---|
| siShapeContentUseConstructionMode | 0 | 現在のコンストラクションモードにより異なります。つまり、コンストラクションモードが siConstructionModeSecondaryShape(siConstructionMode)である場合以外は、1 番目のシェイプのデフォーメーションだけが格納されます。 |
| siShapeContentPrimaryShape | 1 | 1 番目のシェイプのデフォーメーションを格納します。 |
| siShapeContentSecondaryShape | 2 | 2 番目のシェイプのデフォーメーションを格納します。 |
| siShapeContentAllDeforms | 3 | モデリングデフォーム以外のすべてを格納します。 |