Go to: Synopsis. Return value. Flags. MEL examples.
tolerance [-angular angle] [-linear linear]
tolerance is undoable, queryable, and NOT editable.
This command sets tolerances used by modelling operations that require a tolerance, such as surface fillet. Linear tolerance is also known as "positional" tolerance. Angular tolerance is also known as "tangential" tolerance.None
In query mode, return type is based on queried flag.
| Long name (short name) | Argument types | Properties | ||
|---|---|---|---|---|
-linear(-l)
|
linear
|
|
||
|
||||
-angular(-a)
|
angle
|
|
||
|
||||
tolerance -linear 0.02;// sets the tolerance to 0.02, in the current unit tolerance -linear 0.02cm;// sets the tolerance to 0.02 cm tolerance -angular 0.02rad;// sets the angle tolerance to 0.02 radians tolerance -q -linear;// returns the current tolerance in the current unit tolerance -q -angular;// returns the current tolerance in the current unit