Return to Statement


Center Point, Point on the Arc Example

Demonstrates the use of the Center Point, Point on the Arc statement to create full and partial circles.

$$
$$ Declaration
$$
ENTITY/P(4),CR(2)
$$
$$ Geometry Definition
$$
P(1)=POINT/1,0
P(2)=POINT/1,.5
P(3)=POINT/3,0
P(4)=POINT/3,.5
$$
$$ Circle Definition
$$
CR(1)=CIRCLE/CENTER,P(1),P(2),START,45,END,360
CR(2)=CIRCLE/CENTER,P(3),P(4)

Arcs with Specified Center Points and Points on the Arcs