Return to Statement


Three Dimensional Vector Offset Example

Creating a point offset from a previously defined point along a vector (defined by specifying a line, LN1) a specified distance.

$$
$$ Declarations
$$
ENTITY/PT1,LN1,PT2
$$
$$ Geometry Definition
$$
PT1=POINT/-1,0 LN1=LINE/0,0,2,2
$$
$$ Point Definition
$$
PT2=POINT/PT1,VECT,LN1,YLARGE,1

A Point at the End of a Vector