Class CoordinateSystem
Inheritance
System.Object
System.MarshalByRefObject
CoordinateSystem
Implements
System.Runtime.Remoting.Messaging.IMessageSink
Inherited Members
System.MarshalByRefObject.CreateObjRef(System.Type)
System.MarshalByRefObject.GetLifetimeService()
System.MarshalByRefObject.InitializeLifetimeService()
System.MarshalByRefObject.MemberwiseClone(System.Boolean)
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: NXOpen
Assembly: NXOpen.dll
Syntax
public class CoordinateSystem : SmartObject, IMessageSink, IFitTo, ILocation, IOrientation, INXObject, IExportableFEEntity
Constructors
CoordinateSystem()
Declaration
protected CoordinateSystem()
Properties
IsTemporary
Declaration
public bool IsTemporary { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Label
Declaration
public int Label { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Name
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Orientation
Declaration
public NXMatrix Orientation { get; }
Property Value
Type | Description |
---|---|
NXMatrix |
Origin
Declaration
public Point3d Origin { get; set; }
Property Value
Type | Description |
---|---|
Point3d |
Methods
GetDirections(out Vector3d, out Vector3d)
Declaration
public void GetDirections(out Vector3d xDirection, out Vector3d yDirection)
Parameters
Type | Name | Description |
---|---|---|
Vector3d | xDirection | |
Vector3d | yDirection |
GetSolverCardSyntax()
Declaration
public string[] GetSolverCardSyntax()
Returns
Type | Description |
---|---|
System.String[] |
SetDirections(Vector3d, Vector3d)
Declaration
public void SetDirections(Vector3d xDirection, Vector3d yDirection)
Parameters
Type | Name | Description |
---|---|---|
Vector3d | xDirection | |
Vector3d | yDirection |
Implements
System.Runtime.Remoting.Messaging.IMessageSink