Your Ad Here

Go to: Synopsis. Flags. Return value. MEL examples.

Synopsis

projectionManip [-fitBBox] [-projType int] [-switchType]

projectionManip is undoable, queryable, and editable.

Various commands to set the manipulator to interesting positions.

Flags

fitBBox, projType, switchType
Long name (short name) [argument types] Properties
-fitBBox(-fb)
Fit the projection manipulator size and position to the shading group bounding box. The orientation is not modified.
-projType(-pt) int
Set the projection type to the given value. Projection type values are: - 1 = planar. - 2 = spherical. - 3 = cylindrical. - 4 = ball. - 5 = cubic. - 6 = triplanar. - 7 = concentric. - 8 = camera.
-switchType(-st)
Loop over the allowed types. If the hardware shading is on, it loops over the hardware shadeable types (planar, cylindrical, spherical), otherwise, it loops over all the types. If there is no given value, it loops over the different projection types.

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

Return value


None

MEL examples

projectionManip -fb;
projectionManip -pt 3;

  

Return to Autodesk Index


Your Ad Here