Creating several points at the ends of a line and a circle.
$$
$$ Declarations
$$
ENTITY/LN1,CR1,PT1,PT2,PT3,PT4
$$
$$ Geometry Definition
$$
LN1=LINE/-2,-1,0,1
CR1=CIRCLE/1,0,1,START,45,END,210
$$
$$ Point Definition
$$
PT1=POINT/ENDOF,XSMALL,LN1
PT2=POINT/ENDOF,YLARGE,LN1
PT3=POINT/ENDOF,XLARGE,CR1
PT4=POINT/ENDOF,YSMALL,CR1
A Point at the End of an Object