Point4d Struct

class NXOpen.Point4d

Bases: object

Represents four-dimensional homogeneous coordinates for a point.

To convert to three-dimensional cartesian coordinates, divide x, y and z by w.

New in version NX8.5.0.

. Constructor: NXOpen.Point4d()

Fields

Field Description
NXOpen.Point4d.X  
NXOpen.Point4d.Y  
NXOpen.Point4d.Z  
NXOpen.Point4d.W weight

X

Point4d.X

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

Field Value Type:float

Y

Point4d.Y

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

Field Value Type:float

Z

Point4d.Z

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

Field Value Type:float

W

Point4d.W

weight -------------------------------------

Field Value Type:float