Overview | Statement List


坐标

Synopsis

obj = POINT/x,y[,z]

Description

Creates a point by specifying its coordinates in XC, YC, and ZC. The ZC value is optional. If it is omitted, the point lies on the current work plane.

Parameters

Parameter

Description

x,y,z

The X,Y and Z coordinates of the work coordinate system. If the optional Z coordinate is omitted, the Z coordinate of the point is equal to zero.

Example

Create several points by specifying coordinates.

Declarations

ENTITY/PT1,PT2,PT3

Point Definition

PT1=POINT/0,0
PT2=POINT/1,0,1
P T3=POINT/1,0

Points Defined by Coordinate Values

 


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