Overview | Statement List | Example
obj = LINE/x1,y1[,z1],x2,y2[,z2]
Creates a line by specifying the coordinates of the end points of the line.
The Z value at both positions is optional. Therefore, if only the X and Y coordinates of an end point are specified, the current depth setting is assumed for the Z coordinate. If both Z values are omitted, the line lies in a plane parallel to the X-Y plane of the work coordinate system.
Parameter |
Description |
x1,y1,z1,x2,y2,z2 |
The coordinate values of two points between which the line is created. The start point of the line is at coordinates x1,y1,z1 and the end point is at coordinates x2,y2,z2. |