obj = POINT/x,y[,z]
Creates a point by specifying its coordinates in XC, YC, and ZC. The ZC value is optional. If it is omitted, the point lies on the current work plane.
Parameter |
Description |
x,y,z |
The X,Y and Z coordinates of the work coordinate system. If the optional Z coordinate is omitted, the Z coordinate of the point is equal to zero. |
Create several points by specifying coordinates.
Declarations
ENTITY/PT1,PT2,PT3
Point Definition
PT1=POINT/0,0
PT2=POINT/1,0,1
P T3=POINT/1,0
Points Defined by Coordinate Values