In query mode, return type is based on queried flag.
Long name (short name) |
Argument types |
Properties |
-absolute(-a) |
|
![create create](../gfx/create.gif) |
|
perform absolute transformation (default) |
|
-relative(-r) |
|
![create create](../gfx/create.gif) |
|
perform relative transformation |
|
-euler(-eu) |
|
![create create](../gfx/create.gif) |
|
modifer for -relative flag that specifies rotation values
should be added to current XYZ rotation values. |
|
-objectSpace(-os) |
|
![create create](../gfx/create.gif) ![query query](../gfx/query.gif) |
|
treat values as object-space transformation values (only works
for pivots, translations, rotation, rotation axis, matrix, and
bounding box flags) |
|
-worldSpace(-ws) |
|
![create create](../gfx/create.gif) ![query query](../gfx/query.gif) |
|
treat values as world-space transformation values (only works
for pivots, translations, rotation, rotation axis, matrix, and
bounding box flags) |
|
-worldSpaceDistance(-wd) |
|
![create create](../gfx/create.gif) ![query query](../gfx/query.gif) |
|
Values for -sp, -rp, -st, -rt, -t, -piv flags are treated as
world space distances to move along the local axis. (where the
local axis depends on whether the command is operating in
local-space or object-space. This flag has no effect for world
space. |
|
-preserve(-p) |
boolean |
![create create](../gfx/create.gif) |
|
preserve overall transformation. used to prevent object from
"jumping" when changing pivots or rotation order. the default value
is true. (used with -sp, -rp, -roo, -cp, -ra) |
|
-scalePivot(-sp) |
linear linear linear |
![create create](../gfx/create.gif) ![query query](../gfx/query.gif) |
|
scale pivot point transformation (when used with the -p flag
the overall transformation is preserved by modifying the scale
translation) |
|
-scale(-s) |
float float float |
![create create](../gfx/create.gif) ![query query](../gfx/query.gif) |
|
-shear(-sh) |
float float float |
![create create](../gfx/create.gif) ![query query](../gfx/query.gif) |
|
shear transformation. The values represent the shear
<xy,xz,yz> |
|
-scaleTranslation(-st) |
linear linear linear |
![create create](../gfx/create.gif) ![query query](../gfx/query.gif) |
|
-rotatePivot(-rp) |
linear linear linear |
![create create](../gfx/create.gif) ![query query](../gfx/query.gif) |
|
rotate pivot point transformation (when used with the -p flag
the overall transformation is preserved by modifying the rotation
translation) |
|
-rotateOrder(-roo) |
string |
![create create](../gfx/create.gif) ![query query](../gfx/query.gif) |
|
rotation order (when used with the -p flag the overall rotation
is preserved by modifying the local rotation to be quivalent to the
old one) Valid values for this flag are <xyz | yzx | zxy | xzy |
yxz | zyx> |
|
-rotateAxis(-ra) |
angle angle angle |
![create create](../gfx/create.gif) ![query query](../gfx/query.gif) |
|
rotation axis orientation (when used with the -p flag the
overall rotation is preserved by modifying the rotation to
compensate for the axis rotation) |
|
-rotation(-ro) |
angle angle angle |
![create create](../gfx/create.gif) ![query query](../gfx/query.gif) |
|
-rotateTranslation(-rt) |
linear linear linear |
![create create](../gfx/create.gif) ![query query](../gfx/query.gif) |
|
-translation(-t) |
linear linear linear |
![create create](../gfx/create.gif) ![query query](../gfx/query.gif) |
|
-matrix(-m) |
float float float float float float float
float float float float float float float float
float |
![create create](../gfx/create.gif) ![query query](../gfx/query.gif) |
|
Sets/returns the composite transformation matrix. *Note* the
matrix is represented by 16 double arguments that are specified in
row order. |
|
-boundingBox(-bb) |
|
![query query](../gfx/query.gif) |
|
Returns the bounding box of an object. The values returned are
in the following order: xmin ymin zmin xmax ymax zmax. |
|
-boundingBoxInvisible(-bbi) |
|
![query query](../gfx/query.gif) |
|
Returns the bounding box of an object. This includes the
bounding boxes of all invisible children which are not included
using the boundingBox flag. The values returned are in following
order: xmin ymin zmin xmax ymax zmax. |
|
-pivots(-piv) |
linear linear linear |
![create create](../gfx/create.gif) ![query query](../gfx/query.gif) |
|
convenience method that changes both the rotate and scale
pivots simultaneously. (see -rp -sp flags for more info) |
|
-centerPivots(-cp) |
|
![create create](../gfx/create.gif) |
|
Set pivot points to the center of the object's bounding box.
(see -p flag) |
|
-zeroTransformPivots(-ztp) |
|
![create create](../gfx/create.gif) |
|
reset pivot points and pivot translations without changing the
overall matrix by applying these values into the translation
channel. |
|