Point3d Struct

class NXOpen.Point3d

Bases: object

Represents three-dimensional cartesian coordinates for a point

New in version NX3.0.0.

. Constructor: NXOpen.Point3d()

Fields

Field Description
NXOpen.Point3d.X  
NXOpen.Point3d.Y  
NXOpen.Point3d.Z  

X

Point3d.X

-------------------------------------

Field Value Type:float

Y

Point3d.Y

-------------------------------------

Field Value Type:float

Z

Point3d.Z

-------------------------------------

Field Value Type:float