NX Open C++ Reference Guide
Public Member Functions | Public Attributes | List of all members
NXOpen::Point3d Struct Reference

Represents three-dimensional cartesian coordinates for a point
Created in NX3.0.0. More...

Public Member Functions

 Point3d (double xInitial, double yInitial, double zInitial)
 Constructor for the Point3d struct. More...
 

Public Attributes

double X
 x More...
 
double Y
 y More...
 
double Z
 z More...
 

Detailed Description

Represents three-dimensional cartesian coordinates for a point
Created in NX3.0.0.


Constructor & Destructor Documentation

NXOpen::Point3d::Point3d ( double  xInitial,
double  yInitial,
double  zInitial 
)

Constructor for the Point3d struct.

Parameters
xInitialx
yInitialy
zInitialz

Member Data Documentation

double NXOpen::Point3d::X

x

double NXOpen::Point3d::Y

y

double NXOpen::Point3d::Z

z


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