NXOpen .NET Reference  12.0.0
Public Member Functions | Public Attributes | List of all members
NXOpen.Point3d Struct Reference

Represents three-dimensional cartesian coordinates for a point More...

Public Member Functions

 Point3d (double X, double Y, double Z)
 Constructor for the Point3d struct. More...
 

Public Attributes

double X
  More...
 
double Y
  More...
 
double Z
  More...
 

Detailed Description

Represents three-dimensional cartesian coordinates for a point

Constructor & Destructor Documentation

NXOpen.Point3d.Point3d ( double  X,
double  Y,
double  Z 
)

Constructor for the Point3d struct.

Parameters
X
Y
Z

Member Data Documentation

double NXOpen.Point3d.X

double NXOpen.Point3d.Y

double NXOpen.Point3d.Z


The documentation for this struct was generated from the following file:
Copyright 2017 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.