ジャンプ先: 概要. 戻り値. 関連項目. フラグ. MEL 例.
toggle [-above]
[-below] [-boundary] [-controlVertex] [-doNotWrite] [-editPoint] [-extent]
[-facet] [-geometry] [-global]
[-highPrecisionNurbs]
[-hull] [-latticePoint] [-latticeShape] [-localAxis] [-newCurve] [-newPolymesh] [-newSurface] [-normal] [-origin]
[-point] [-pointDisplay] [-pointFacet] [-rotatePivot] [-scalePivot] [-selectHandle] [-state boolean] [-surfaceFace] [-template] [-uvCoords] [-vertex]
[objects]
toggle は 「元に戻す」が可能、「照会」が可能、「編集」が不可能 です。
toggle コマンドは、オブジェクトが持つさまざまな オブジェクト コンポーネントの表示と非表示を切り替えます。たとえば、リストにある NURBS カーブやサーフェスに対して、 CV およびエディット ポイントの表示と非表示を 切り替えることができます。 注: このコマンドは元に戻せません。boolean | 照会モードの場合。それ以外のモードの場合はなし。 |
戻り値の型は照会モードでは照会フラグが基になります。
ロング ネーム(ショート ネーム) | 引数型 | プロパティ | ||
---|---|---|---|---|
-state(-st) |
boolean |
|||
|
||||
-geometry(-g) |
||||
|
||||
-controlVertex(-cv) |
||||
|
||||
-editPoint(-ep) |
||||
|
||||
-hull(-hl) |
||||
|
||||
-origin(-o) |
||||
|
||||
-surfaceFace(-sf) |
||||
|
||||
-pointDisplay(-pd) |
||||
|
||||
-vertex(-vt) |
||||
|
||||
-latticePoint(-lp) |
||||
|
||||
-latticeShape(-ls) |
||||
|
||||
-boundary(-bn) |
||||
|
||||
-normal(-nr) |
||||
|
||||
-point(-pt) |
||||
|
||||
-facet(-f) |
||||
|
||||
-pointFacet(-pf) |
||||
|
||||
-extent(-et) |
||||
|
||||
-uvCoords(-uv) |
||||
|
||||
-selectHandle(-sh) |
||||
|
||||
-rotatePivot(-rp) |
||||
|
||||
-scalePivot(-sp) |
||||
|
||||
-localAxis(-la) |
||||
|
||||
-global(-gl) |
||||
|
||||
-above(-a) |
||||
|
||||
-below(-b) |
||||
|
||||
-template(-te) |
||||
|
||||
-doNotWrite(-dnw) |
||||
|
||||
-newCurve(-nc) |
||||
|
||||
-newSurface(-ns) |
||||
|
||||
-newPolymesh(-np) |
||||
|
||||
-highPrecisionNurbs(-hpn) |
||||
|
: コマンドの作成モードで使用可能なフラグ | : コマンドの編集モードで使用可能なフラグ |
: コマンドの照会モードで使用可能なフラグ | : 1 つのコマンドで複数回使用可能なフラグ |
$surface1 = `sphere`; toggle -cv $surface1; toggle -g -cv; toggle -q -cv; // Returns 0 if the queried state is false. // Returns 1 if the queried state is true.