Go to: Synopsis. Return value. Flags. MEL examples.
viewManip [-bottomLeft] [-bottomRight] [-compassAngle float] [-dragSnap boolean] [-drawCompass boolean] [-fitToView] [-frontParameters string] [-goDefault] [-goHome] [-homeParameters string] [-levelCamera] [-minOpacity float] [-namespace string] [-postCommand string] [-preCommand string] [-preserveSceneUp boolean] [-resetFront] [-resetHome] [-restoreCenter] [-selectionLockParameters string] [-setFront] [-setHome] [-size string] [-toggleSelectionLock] [-topLeft] [-topRight] [-visible boolean] [-zoomToFitScene boolean]
viewManip is undoable, queryable, and NOT editable.
Mel access to the view cube manipulator.None
In query mode, return type is based on queried flag.
Long name (short name) | Argument types | Properties | ||
---|---|---|---|---|
-bottomLeft(-bl)
|
|
|||
|
||||
-bottomRight(-br)
|
|
|||
|
||||
-compassAngle(-ca)
|
float
|
|||
|
||||
-dragSnap(-ds)
|
boolean
|
|||
|
||||
-drawCompass(-dc)
|
boolean
|
|||
|
||||
-fitToView(-ftv)
|
|
|||
|
||||
-frontParameters(-fp)
|
string
|
|||
|
||||
-goDefault(-gd)
|
|
|||
|
||||
-goHome(-gh)
|
|
|||
|
||||
-homeParameters(-hp)
|
string
|
|||
|
||||
-levelCamera(-lc)
|
|
|||
|
||||
-minOpacity(-mo)
|
float
|
|||
|
||||
-namespace(-ns)
|
string
|
|||
|
||||
-postCommand(-p)
|
string
|
|||
|
||||
-preCommand(-pr)
|
string
|
|||
|
||||
-preserveSceneUp(-psu)
|
boolean
|
|||
|
||||
-resetFront(-rf)
|
|
|||
|
||||
-resetHome(-rh)
|
|
|||
|
||||
-restoreCenter(-rc)
|
|
|||
|
||||
-selectionLockParameters(-slp)
|
string
|
|||
|
||||
-setFront(-sf)
|
|
|||
|
||||
-setHome(-sh)
|
|
|||
|
||||
-size(-s)
|
string
|
|||
|
||||
-toggleSelectionLock(-tsl)
|
|
|||
|
||||
-topLeft(-tl)
|
|
|||
|
||||
-topRight(-tr)
|
|
|||
|
||||
-visible(-v)
|
boolean
|
|||
|
||||
-zoomToFitScene(-zf)
|
boolean
|
|||
|
Flag can appear in Create mode of command | Flag can appear in Edit mode of command |
Flag can appear in Query mode of command | Flag can be used more than once in a command. |
//Position the view cube in the top left of the screen and set it to fully opaque viewManip -topLeft -minOpacity 1;