NXOpen .NET Reference  12.0.0
List of all members
NXOpen.CylindricalCoordinateSystem Class Reference

Represents a cylindrical coordinate system 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.INXObject NXOpen.INXObject

Additional Inherited Members

- Public Types inherited from NXOpen.SmartObject
enum  UpdateOption {
  DontUpdate, WithinModeling, AfterModeling, AfterParentBody,
  Mixed
}
 Specifies when the smart object updates. More...
 
enum  VisibilityOption { Invisible, Visible, VisibleIfParentInvisible }
 Specifies the smart object visibility. More...
 
- Public Member Functions inherited from NXOpen.CoordinateSystem
unsafe void GetDirections (out NXOpen.Vector3d xDirection, out NXOpen.Vector3d yDirection)
 Returns the orientation of the coordinate system More...
 
unsafe void SetDirections (NXOpen.Vector3d xDirection, NXOpen.Vector3d yDirection)
 The orientation of the coordinate system More...
 
unsafe string[] GetSolverCardSyntax ()
 Returns the solver card syntax strings for this entity. More...
 
- Properties inherited from NXOpen.CoordinateSystem
unsafe bool IsTemporary [get]
 Returns true if the coordinate system is temporary, which means that the object is not saved in the part file More...
 
unsafe int Label [get, set]
 Returns or sets the label of the coordinate system More...
 
unsafe string Name [get, set]
 Returns or sets the name of the coordinate system More...
 
unsafe NXOpen.NXMatrix Orientation [get]
 Returns the orientation matrix of the coordinate system More...
 
unsafe NXOpen.Point3d Origin [get, set]
 Returns or sets the origin of the coordinate system 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.