polyCreaseCtx [-createSet string] [-extendSelection boolean] [-relative boolean]
polyCreaseCtx は 「元に戻す」が可能、「照会」が可能、「編集」が可能 です。
新しいコンテキストを作成し、ポリゴン オブジェクトのコンポーネントに折り目を付けます。なし
戻り値の型は照会モードでは照会フラグが基になります。
| ロング ネーム(ショート ネーム) | 引数型 | プロパティ | ||
|---|---|---|---|---|
-extendSelection(-es)
|
boolean
|
|
||
|
||||
-relative(-r)
|
boolean
|
|
||
|
||||
-createSet(-cs)
|
string
|
|
||
|
||||
// Create a poly plane polyPlane -w 10 -h 10 -sx 1 -sy 1 -n pPlane1; // Create a new poly crease context, then switch to it polyCreaseCtx polyCreaseCtx1; setToolTo polyCreaseCtx1;