NX Open C++ Reference Guide
Public Member Functions
NXOpen::CoordinateSystem Class Reference

Represents a coordinate system
This is an abstract class

Created in NX3.0.0. More...

Inheritance diagram for NXOpen::CoordinateSystem:
NXOpen::SmartObject NXOpen::ILocation NXOpen::IOrientation NXOpen::DisplayableObject NXOpen::INXObject NXOpen::INXObject NXOpen::NXObject NXOpen::IFitTo NXOpen::TaggedObject NXOpen::INXObject NXOpen::INXObject NXOpen::CartesianCoordinateSystem NXOpen::CylindricalCoordinateSystem NXOpen::SphericalCoordinateSystem

List of all members.

Public Member Functions

void GetDirections (NXOpen::Vector3d *xDirection, NXOpen::Vector3d *yDirection)
 Returns the orientation of the coordinate system
Created in NX5.0.0.
bool IsTemporary ()
 Returns true if the coordinate system is temporary, which means that the object is not saved in the part file.
int Label ()
 Returns the label of the coordinate system
Created in NX6.0.0.
NXString Name ()
 Returns the name of the coordinate system
Created in NX6.0.0.
NXOpen::NXMatrixOrientation ()
 Returns the orientation matrix of the coordinate system
Created in NX3.0.0.
NXOpen::Point3d Origin ()
 Returns the origin of the coordinate system
Created in NX3.0.0.
void SetDirections (const NXOpen::Vector3d &xDirection, const NXOpen::Vector3d &yDirection)
 The orientation of the coordinate system
Created in NX5.0.0.
void SetLabel (int label)
 Sets the label of the coordinate system
Created in NX6.0.0.
void SetName (const NXString &name)
 Sets the name of the coordinate system
Created in NX6.0.0.
void SetOrigin (const NXOpen::Point3d &origin)
 Sets the origin of the coordinate system
Created in NX5.0.0.

Detailed Description

Represents a coordinate system
This is an abstract class

Created in NX3.0.0.



Member Function Documentation

Returns the orientation of the coordinate system
Created in NX5.0.0.



License requirements : None

Parameters:
xDirectionx direction
yDirectiony direction

Returns true if the coordinate system is temporary, which means that the object is not saved in the part file.


Created in NX3.0.0.

License requirements : None

Returns the label of the coordinate system
Created in NX6.0.0.



License requirements : None

Returns the name of the coordinate system
Created in NX6.0.0.



License requirements : None

Implements NXOpen::INXObject.

Returns the orientation matrix of the coordinate system
Created in NX3.0.0.



License requirements : None

Returns the origin of the coordinate system
Created in NX3.0.0.



License requirements : None

void NXOpen::CoordinateSystem::SetDirections ( const NXOpen::Vector3d xDirection,
const NXOpen::Vector3d yDirection 
)

The orientation of the coordinate system
Created in NX5.0.0.



License requirements : None

Parameters:
xDirectionx direction
yDirectiony direction

Sets the label of the coordinate system
Created in NX6.0.0.



License requirements : None

Parameters:
labellabel
void NXOpen::CoordinateSystem::SetName ( const NXString name) [virtual]

Sets the name of the coordinate system
Created in NX6.0.0.



License requirements : None

Parameters:
namename

Implements NXOpen::INXObject.

Sets the origin of the coordinate system
Created in NX5.0.0.



License requirements : None

Parameters:
originorigin

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