Creating a full bolt circle centerline without the CENTER minor word.
$$
$$ Declarations
$$
ENTITY/P(3),CR(3),CTRLN1
$$
$$ Geometry Definitions
$$
P(1) = POINT/-2,0
P(2) = POINT/2,2
P(3) = POINT/2,0
CR(1) = CIRCLE/CENTER,P(1),RADIUS,.125
CR(2) = CIRCLE/CENTER,P(2),RADIUS,.125
CR(3) = CIRCLE/CENTER,P(3),RADIUS,.125
$$
$$ Centerline Definition
$$
CTRLN1 = CLINE/FBOLT,CR(1),CR(2),CR(3)
$$
$$ Program continues
$$
.
.
.
CLINE Statement to Create a Full Bolt Circle Centerline