polySelectCtx [-mode int]
polySelectCtx は 「元に戻す」が可能、「照会」が可能、「編集」が可能 です。
コンテキストを新規作成し、ポリゴン コンポーネントを選択します。なし
戻り値の型は照会モードでは照会フラグが基になります。
ロング ネーム(ショート ネーム) | 引数型 | プロパティ | ||
---|---|---|---|---|
-mode(-m)
|
int
|
![]() ![]() ![]() |
||
|
![]() |
![]() |
![]() |
![]() |
// Create a poly plane polyPlane -w 10 -h 10 -sx 10 -sy 10 -n pPlane1; // Create a new poly select context, then switch to it polySelectCtx polySelectCtx1; setToolTo polySelectCtx1;