Overview | Statement List | Example
obj = POINT/point,POLAR,dist,angle
Creates a point offset by polar values from a previously defined point. Polar values represent an angle measured in the current work plane, counterclockwise from the positive X axis, and a distance along that angle.
Parameter |
Description |
point |
A previously defined point from which the new point is established. |
POLAR |
Minor word that indicates that the new point is established at a specified distance and an angle from the previously defined point. |
dist |
The radial distance from the previously defined point. |
angle |
The angle in degrees measured from the positive X axis of the work coordinate system. |
;"NOTE: The new point assumes the same Z value as the previously defined
point.