viewManip [-bottomLeft] [-bottomRight] [-compassAngle float] [-dragSnap boolean] [-drawCompass boolean] [-fitToView] [-levelCamera] [-minOpacity float] [-restoreCenter] [-size string] [-topLeft] [-topRight] [-visible boolean] [-zoomToFitScene boolean]
viewManip は 「元に戻す」が可能、「照会」が可能、「編集」が不可能 です。
ビュー立方体マニピュレータへの MEL アクセス。なし
戻り値の型は照会モードでは照会フラグが基になります。
| ロング ネーム(ショート ネーム) | 引数型 | プロパティ | ||
|---|---|---|---|---|
-visible(-v)
|
boolean
|
|
||
|
||||
-topRight(-tr)
|
|
|
||
|
||||
-bottomRight(-br)
|
|
|
||
|
||||
-topLeft(-tl)
|
|
|
||
|
||||
-bottomLeft(-bl)
|
|
|
||
|
||||
-size(-s)
|
string
|
|
||
|
||||
-minOpacity(-mo)
|
float
|
|
||
|
||||
-dragSnap(-ds)
|
boolean
|
|
||
|
||||
-zoomToFitScene(-zf)
|
boolean
|
|
||
|
||||
-drawCompass(-dc)
|
boolean
|
|
||
|
||||
-compassAngle(-ca)
|
float
|
|
||
|
||||
-levelCamera(-lc)
|
|
|
||
|
||||
-restoreCenter(-rc)
|
|
|
||
|
||||
-fitToView(-ftv)
|
|
|
||
|
||||
//Position the view cube in the top left of the screen and set it to fully opaque viewManip -topLeft -minOpacity 1;