Class PostCoordinateSystem
Inheritance
PostCoordinateSystem
Assembly: NXOpen.dll
Syntax
public class PostCoordinateSystem : TaggedObject, IMessageSink
Constructors
PostCoordinateSystem()
Declaration
protected PostCoordinateSystem()
Methods
GetCoordinateSystemType()
Declaration
public PostCoordinateSystem.CoordinateSystemType GetCoordinateSystemType()
Returns
GetCsysOrientation()
Declaration
public Matrix3x3 GetCsysOrientation()
Returns
GetCsysOrigin()
Declaration
public Point3d GetCsysOrigin()
Returns
SetCoordinateSystemType(CoordinateSystemType)
Declaration
public void SetCoordinateSystemType(PostCoordinateSystem.CoordinateSystemType coordinateSystemType)
Parameters
SetCsysOrientation(Matrix3x3)
Declaration
public void SetCsysOrientation(Matrix3x3 val)
Parameters
SetCsysOrigin(Point3d)
Declaration
public void SetCsysOrigin(Point3d val)
Parameters
Implements
System.Runtime.Remoting.Messaging.IMessageSink