Return to Statement


Position on an Arc Example

Creating two points at specified angular positions on a circle.

$$
$$ Declarations
$$
ENTITY/CR1,PT1,PT2
$$
$$ Geometry Definitions
$$
CR1=CIRCLE/0,0,1,START,0,END,180
$$
$$
$$ Point Definition
$$
PT1=POINT/CR1,ATANGL,45
PT2=POINT/CR1,ATANGL,-60

A Point at an Angle on an Arc