obj = POINT/point,DELTA,dx,dy,dz
Creates a point offset in work coordinate values delta from a previously defined point.
Parameter |
Description |
point |
A previously defined point from which the new point is established. |
DELTA |
Minor word that indicates that the new point is established at specified distances from the previously defined point. |
dx,dy,dz |
The delta distances, from the previously defined point, in each of the three axes. The distances are relative to the work coordinate system. |
Creating two points offset delta values in X, Y, and Z from a previously defined point.
Declarations
ENTITY/PT1,PT2,PT3
Geometry Definition
PT1=0,0
Point Definition
PT2=POINT/PT1,DELTA,1,1, 0
PT3=POINT/PT1,DELTA,-.5,1,0
A Point at Delta Distances from a Previously Defined Point