Overview | Statement List | Example
obj = LINE/point1,point2
Creates a line between two previously defined points. A point array may be used to define the two points.
Parameter |
Description |
point1, point2 |
Two previously defined points between which the line is created. The start point of the line is point1 and the end point is point 2. |