NX Open C++ Reference Guide
List of all members
NXOpen::CylindricalCoordinateSystem Class Reference

Represents a cylindrical coordinate system
To create a new instance of this class, use NXOpen::CoordinateSystemCollection::CreateCylindricalCoordinateSystem

Created in NX4.0.0. More...

Inheritance diagram for NXOpen::CylindricalCoordinateSystem:
NXOpen::CoordinateSystem NXOpen::SmartObject NXOpen::ILocation NXOpen::IOrientation NXOpen::CAE::IExportableFEEntity NXOpen::DisplayableObject NXOpen::INXObject NXOpen::INXObject NXOpen::NXObject NXOpen::IFitTo NXOpen::TaggedObject NXOpen::INXObject NXOpen::INXObject

Additional Inherited Members

- Public Types inherited from NXOpen::SmartObject
enum  UpdateOption {
  UpdateOptionDontUpdate, UpdateOptionWithinModeling, UpdateOptionAfterModeling, UpdateOptionAfterParentBody,
  UpdateOptionMixed
}
 Specifies when the smart object updates. More...
 
enum  VisibilityOption { VisibilityOptionInvisible, VisibilityOptionVisible, VisibilityOptionVisibleIfParentInvisible }
 Specifies the smart object visibility. More...
 
- Public Member Functions inherited from NXOpen::CoordinateSystem
void GetDirections (NXOpen::Vector3d *xDirection, NXOpen::Vector3d *yDirection)
 Returns the orientation of the coordinate system
Created in NX5.0.0. More...
 
virtual std::vector< NXStringGetSolverCardSyntax ()
 Returns the solver card syntax strings for this entity. More...
 
bool IsTemporary ()
 Returns true if the coordinate system is temporary, which means that the object is not saved in the part file. More...
 
int Label ()
 Returns the label of the coordinate system
Created in NX6.0.0. More...
 
NXString Name ()
 Returns the name of the coordinate system
Created in NX6.0.0. More...
 
NXOpen::NXMatrixOrientation ()
 Returns the orientation matrix of the coordinate system
Created in NX3.0.0. More...
 
NXOpen::Point3d Origin ()
 Returns the origin of the coordinate system
Created in NX3.0.0. More...
 
void SetDirections (const NXOpen::Vector3d &xDirection, const NXOpen::Vector3d &yDirection)
 The orientation of the coordinate system
Created in NX5.0.0. More...
 
void SetLabel (int label)
 Sets the label of the coordinate system
Created in NX6.0.0. More...
 
void SetName (const NXString &name)
 Sets the name of the coordinate system
Created in NX6.0.0. More...
 
void SetName (const char *name)
 Sets the name of the coordinate system
Created in NX6.0.0. More...
 
void SetOrigin (const NXOpen::Point3d &origin)
 Sets the origin of the coordinate system
Created in NX5.0.0. More...
 

Detailed Description

Represents a cylindrical coordinate system
To create a new instance of this class, use NXOpen::CoordinateSystemCollection::CreateCylindricalCoordinateSystem

Created in NX4.0.0.



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