2011

Table Of Contents
The rot function rotates a point about an axis and returns the resulting point.
rot(p,origin,ang) Rotates point p through angle ang about the Z axis passing
through the point origin, as shown in the following example:
rot(p,AxP1,AxP2,ang) Rotates point p through an angle ang about the axis
passing through points AxP1 and AxP2, as shown in the following example.
The axis is oriented from the first point to the second point.
Obtain an Intersection Point
Quick Reference
See also:
Use the Command Prompt Calculator
The ill and ilp functions determine intersection points.
ill(p1,p2,p3,p4) Determines the intersection point between two lines (p1,p2)
and (p3,p4). All points are considered three-dimensional.
166 | Chapter 4 C Commands