Return to Statement


Between Two Existing Points Example

Creating a line between two previously defined points.

$$
$$ Declaration
$$
ENTITY/PT1,PT2,LN1
$$
$$ Point Definition
$$
PT1=POINT/-1,-1
PT2=POINT/PT1,DELTA,2,2,0
$$
$$ Line Definition
$$
LN1=LINE/PT1,PT2

A Line Between Two Points

NOTE: Since PT1 and PT2 were defined with two dimensional values the line LN1 lies in the X-Y plane of the work coordinate system, if the work coordinate system is not changed between the point definitions and the line creation.