Go to: Synopsis. Flags. Return value. Related. MEL examples.
currentUnit [-about string] [-axis string] [-symmetry int] [-tolerance float]
currentUnit is undoable, queryable, and editable.
This command allows you to change the symmetric modelling options.
Symmetric modelling is an option that allows for reflection of basic
manipulator actions such as move, rotate, and scale.
about, axis, symmetry, tolerance
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
|
None
displayAffected, displayColor, displayCull, displayLevelOfDetail, displayPref, displayRGBColor, displaySmoothness, displayStats, displaySurface, hide, refresh, showHidden, toggle
// What is the current reflection setting
currentUnit -query -symmetry;
// What is the current reflection axis
currentUnit -query -axis;
// Change the point to reflect about
currentUnit -about "origin";
// Change the current tolerance to 0.34
currentUnit -tolerance 0.34;