*Tolerance()
Specifies the tolerance used while finding whether a path is intersecting a solid element.
Syntax
*Tolerance (tol)
Application
HyperView
Inputs
- tol
 - The tolerance used while finding whether a path is intersecting a solid element.
 
Context
*BeginSCL()
Example
*BeginSCL() 
    *Label("SCL1") 
    *Review("On") 
    *N1("1 PART-1-1 1 PART-1-1 1688") 
    *N2("1 PART-1-1 1 PART-1-1 499") 
    *NumPoints("40") 
    *Color(" 95 181 255") 
    *Tolerance("0.040000") 
*EndSCL()