Overview | Statement List


偏移点

Synopsis

obj = POINT/point,DELTA,dx,dy,dz

Description

Creates a point offset in work coordinate values delta from a previously defined point.

Parameters

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.

Example

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

 


Copyright ©2015 胡君NX二次开发官网(www.UGapi.com) QQ:85585969 All Rights Reserved.