manipScaleContext is undoable, queryable, and editable.
This command can be used to create, edit, or query a scale manip context.
In query mode, return type is based on queried flag.
Long name (short name) |
Argument types |
Properties |
|
-activeHandle(-ah)
|
int
|
|
|
Sets the default active handle for the manip. That is, the handle
which should be initially active when the tool is activated.
Values can be:
- 0 - X axis handle is active
- 1 - Y axis handle is active
- 2 - Z axis handle is active
- 3 - Center handle (all axes) is active (default)
|
|
-alignAlong(-aa)
|
float float float
|
|
|
Aligns active handle along vector.
|
|
-constrainAlongNormal(-xn)
|
boolean
|
|
|
When true, transform constraints are applied along the vertex normal first
and only use the closest point when no intersection is found along the normal.
|
|
-currentActiveHandle(-cah)
|
int
|
|
|
Sets the active handle for the manip.
Values can be:
- 0 - X axis handle is active
- 1 - Y axis handle is active
- 2 - Z axis handle is active
- 3 - Center handle (all axes) is active
- 4 - XY plane handle is active
- 5 - YZ plane handle is active
- 6 - XZ plane handle is active
|
|
-editPivotMode(-epm)
|
boolean
|
|
|
Returns true manipulator is in edit pivot mode
|
|
-editPivotPosition(-epp)
|
|
|
|
Returns the current position of the edit pivot manipulator.
|
|
-exists(-ex)
|
|
|
|
Returns true or false depending upon whether the
specified object exists. Other flags are ignored.
|
|
-image1(-i1)
|
string
|
|
|
First of three possible icons representing the tool
associated with the context.
|
|
-image2(-i2)
|
string
|
|
|
Second of three possible icons representing the tool
associated with the context.
|
|
-image3(-i3)
|
string
|
|
|
Third of three possible icons representing the tool
associated with the context.
|
|
-lastMode(-lm)
|
int
|
|
|
Returns the previous scaling mode.
|
|
-manipVisible(-vis)
|
boolean
|
|
|
Returns true if the scale manipulator is visible.
|
|
-mode(-m)
|
int
|
|
|
Translate mode:
- 0 - Object Space
- 1 - Local Space
- 2 - World Space (default)
- 3 - Move Along Vertex Normal
- 4 - Move Along Rotation Axis
- 5 - Move Along Live Object Axis
- 6 - Custom Axis Orientation
- 9 - Component Space
|
|
-orientAxes(-oa)
|
float float float
|
|
|
Orients manipulator rotating around axes by specified angles
|
|
-orientObject(-oo)
|
string
|
|
|
Orients manipulator to the passed in object/component
|
|
-orientTowards(-ot)
|
float float float
|
|
|
Orients active handle towards world point
|
|
-pinPivot(-pin)
|
boolean
|
|
|
Pin component pivot. When the component pivot is set and pinned selection
changes will not reset the pivot position and orientation.
|
|
-pivotOriHandle(-poh)
|
boolean
|
|
|
When true, the pivot manipulator will show the orientation handle during editing.
Default is true.
|
|
-position(-p)
|
|
|
|
Returns the current position of the manipulator.
|
|
-postCommand(-psc)
|
script
|
|
|
Specifies a command to be executed when the tool is exited.
|
|
-postDragCommand(-pod)
|
script string
|
|
|
Specifies a command and a node type. The command will be executed at
the end of a drag when a node of the specified type is in the selection.
|
|
-preCommand(-prc)
|
script
|
|
|
Specifies a command to be executed when the tool is entered.
|
|
-preDragCommand(-prd)
|
script string
|
|
|
Specifies a command and a node type. The command will be executed at
the start of a drag when a node of the specified type is in the selection.
|
|
-preserveChildPosition(-pcp)
|
boolean
|
|
|
When false, the children objects move when their parent is rotated.
When true, the worldspace position of the children will be maintained as
the parent is moved. Default is false.
|
|
-preserveUV(-puv)
|
boolean
|
|
|
When false, the uvs are not changes to match the vertex edit.
When true, the uvs are edited to project to new values to stop texture
swimming as vertices are moved.
|
|
-preventNegativeScale(-pns)
|
boolean
|
|
|
When this is true, negative scale is not allowed.
|
|
-reflection(-rfl)
|
boolean
|
|
|
This flag is obsolete. Reflection is now managed as part of selection itself
using the symmetricModeling command.
|
|
-reflectionAbout(-rab)
|
int
|
|
|
This flag is obsolete. Reflection is now managed as part of selection itself
using the symmetricModeling command.
|
|
-reflectionAxis(-rfa)
|
int
|
|
|
This flag is obsolete. Reflection is now managed as part of selection itself
using the symmetricModeling command.
|
|
-reflectionTolerance(-rft)
|
float
|
|
|
This flag is obsolete. Reflection is now managed as part of selection itself
using the symmetricModeling command.
|
|
-scale(-sc)
|
float float float
|
|
|
Returns the scale of the manipulator for its current orientation/mode.
|
|
-snapPivotOri(-spo)
|
boolean
|
|
|
Snap pivot orientation. Modify pivot orientation when snapping the pivot to a component.
|
|
-snapPivotPos(-spp)
|
boolean
|
|
|
Snap pivot position. Modify pivot position when snapping the pivot to a component.
|
|
-tweakMode(-twk)
|
boolean
|
|
|
When true, the manipulator is hidden and highlighted components can be selected
and scaled in one step using a click-drag interaction.
|
|
-xformConstraint(-xc)
|
string
|
|
|
- none - no transform constraint
- edge - edge transform constraint
- surface - surface transform constraint
|
|