Go to: Synopsis. Return value. Related. Flags. MEL examples.
xformConstraint [-alongNormal int] [-live] [-type string]
xformConstraint is undoable, queryable, and editable.
This command allows you to change the transform constraint used by the transform tools during component transforms.None
In query mode, return type is based on queried flag.
Long name (short name) | Argument types | Properties | ||
---|---|---|---|---|
-alongNormal(-n)
|
int
|
|||
|
||||
-live(-l)
|
|
|||
|
||||
-type(-t)
|
string
|
|||
|
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 the current transform constraint xformConstraint -query -type; // Constrain moving components to the surface xformConstraint -type "surface";