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

Represents a three-dimensional vector
Created in NX3.0.0. More...

Public Member Functions

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

Public Attributes

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

Detailed Description

Represents a three-dimensional vector
Created in NX3.0.0.


Constructor & Destructor Documentation

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

Constructor for the Vector3d struct.

Parameters
xInitialx
yInitialy
zInitialz

Member Data Documentation

double NXOpen::Vector3d::X

x

double NXOpen::Vector3d::Y

y

double NXOpen::Vector3d::Z

z


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