Set geo tol
From Macros Wiki
Jump to navigationJump to search
Command
- SET_GEO_TOL <tolerance>
- Change the tolerance used for geometry calculations. Note: This needs to be set each time a new macro/set of macros is run, otherwise the default tolerance (0.0001) will be used. This should be set at the top of a given macro to ensure it is set before any calculations are made.
Parameters
- <tolerance>
- numeric value for the tolerance of geometry calculations.
Example
SET_GEO_TOL .00001
Changes the tolerance used for geometry calculations done through the macro/set of macros that set this value. The default tolerance is .0001.