Go to: Synopsis. Return value. Flags. Python examples.
projectionManip([fitBBox=boolean], [projType=int], [switchType=boolean])
Note: Strings representing object names and arguments must be separated by commas. This is not depicted in the synopsis.
projectionManip is undoable, queryable, and NOT editable.
Various commands to set the manipulator to interesting positions.None
In query mode, return type is based on queried flag.
Long name (short name) | Argument types | Properties | ||
---|---|---|---|---|
fitBBox(fb)
|
boolean
|
![]() |
||
|
||||
projType(pt)
|
int
|
![]() |
||
|
||||
switchType(st)
|
boolean
|
![]() |
||
|
![]() |
![]() |
![]() |
![]() |
import maya.cmds as cmds cmds.projectionManip( fb=True ) cmds.projectionManip( pt=3 )