obj = POINT/CENTER,circle
Creates a point at the center of a previously defined circle.
Parameter |
Description |
CENTER |
Minor word that indicates that the point defined is the center of a circle. |
circle |
An existing circle. |
Creating a point at the center of a previously defined circle.
Declarations
ENTITY/CR1,PT1
Geometry Definition
CR1=CIRCLE/0,0,1
Point Definition
PT1=POINT/CENTER,CR1
A Point at the Center of a Circle