*UseIntersections()
Specifies whether to use intersections of the path with elements as intermediate points.
Syntax
*UseIntersections("Off")
Application
HyperView
Inputs
- State
- Option to use intersections (On/Off).
Context
*BeginSCL()
Example
*BeginSCL()
    *Label("SCL1")
	  *UseIntersections("Off")
    *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")
*EndSCL()