Return to Statement


Center Coordinates, Radius Example

Creating a full and partial circle, the partial circle demonstrating the use of START and END minor words.

$$
$$ Declarations
$$
ENTITY/CR1,CR2
$$
$$ A Full Circle at Unit in Z
$$
CR1=CIRCLE/1,0,1,.5 1
$$
$$ A Partial Circle in the Current Work Plane
$$
CR2=CIRCLE/3,0,.5,START,30,END,270

Arcs with Specified Center Point Coordinates and Radius