Return to Statement


Polar Offset Point Example

Creating a point offset in polar values (45 degrees by 1 inch) from a previously defined point.

$$
$$ Declarations
$$
ENTITY/PT1,PT2
$$
$$ Geometry Definition
$$
PT1=POINT/0,0,1
$$
$$ Point Definition
$$
PT2=POINT/PT1,POLAR,1,45

A Point at a Polar Distance from aa Previously Defined Point