xform is undoable, queryable, and editable.
Long name (short name) |
[argument types] |
Properties |
query(q)
|
boolean
|
|
|
query transformation values
|
|
absolute(a)
|
boolean
|
|
|
perform absolute transformation (default)
|
|
relative(r)
|
boolean
|
|
|
perform relative transformation
|
|
euler(eu)
|
boolean
|
|
|
modifer for -relative flag that specifies rotation
values should be added to current XYZ rotation values.
|
|
objectSpace(os)
|
boolean
|

|
|
treat values as object-space transformation values
(only works for pivots, translations, rotation, rotation
axis, matrix, and bounding box flags)
In query mode, this flag needs a value.
|
|
worldSpace(ws)
|
boolean
|

|
|
treat values as world-space transformation values
(only works for pivots, translations, rotation, rotation
axis, matrix, and bounding box flags)
In query mode, this flag needs a value.
|
|
worldSpaceDistance(wd)
|
boolean
|

|
|
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.
In query mode, this flag needs a value.
|
|
preserve(p)
|
boolean
|
|
|
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)
|
[double, double, double]
|

|
|
scale pivot point transformation (when used with
the -p flag the overall transformation is preserved
by modifying the scale translation)
In query mode, this flag needs a value.
|
|
scale(s)
|
[double, double, double]
|

|
|
scale transformation
In query mode, this flag needs a value.
|
|
shear(sh)
|
[double, double, double]
|

|
|
shear transformation.
The values represent the shear <xy,xz,yz>
In query mode, this flag needs a value.
|
|
scaleTranslation(st)
|
[double, double, double]
|

|
|
scale translation
In query mode, this flag needs a value.
|
|
rotatePivot(rp)
|
[double, double, double]
|

|
|
rotate pivot point transformation (when used with
the -p flag the overall transformation is preserved
by modifying the rotation translation)
In query mode, this flag needs a value.
|
|
rotateOrder(roo)
|
string
|

|
|
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>
In query mode, this flag needs a value.
|
|
rotateAxis(ra)
|
[double, double, double]
|

|
|
rotation axis orientation (when used with
the -p flag the overall rotation is preserved
by modifying the rotation to compensate for
the axis rotation)
In query mode, this flag needs a value.
|
|
rotation(ro)
|
[double, double, double]
|

|
|
rotation transformation
In query mode, this flag needs a value.
|
|
rotateTranslation(rt)
|
[double, double, double]
|

|
|
rotation translation
In query mode, this flag needs a value.
|
|
translation(t)
|
[double, double, double]
|

|
|
translation
In query mode, this flag needs a value.
|
|
matrix(m)
|
double16
|

|
|
Sets/returns the composite transformation matrix.
*Note* the matrix is represented by 16 double
arguments that are specified in row order.
In query mode, this flag needs a value.
|
|
boundingBox(bb)
|
boolean
|
|
|
Returns the bounding box of an object. The values
returned are in the following order:
xmin ymin zmin xmax ymax zmax.
In query mode, this flag needs a value.
|
|
boundingBoxInvisible(bbi)
|
boolean
|
|
|
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.
In query mode, this flag needs a value.
|
|
pivots(piv)
|
[double, double, double]
|

|
|
convenience method that changes both the rotate and
scale pivots simultaneously. (see -rp -sp flags for
more info)
In query mode, this flag needs a value.
|
|
centerPivots(cp)
|
boolean
|
|
|
Set pivot points to the center of the object's
bounding box. (see -p flag)
|
|
zeroTransformPivots(ztp)
|
boolean
|
|
|
reset pivot points and pivot translations without
changing the overall matrix by applying these values
into the translation channel.
|
|