Search Results for

    Show / Hide Table of Contents

    Class PostCoordinateSystem

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    PostCoordinateSystem
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    Inherited Members
    TaggedObject.initialize()
    TaggedObject.ToString()
    TaggedObject.PrintTestData(String)
    TaggedObject.PrintTestData(String, Int32)
    TaggedObject.Tag
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    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.CAE
    Assembly: NXOpen.dll
    Syntax
    public class PostCoordinateSystem : TaggedObject, IMessageSink

    Constructors

    PostCoordinateSystem()

    Declaration
    protected PostCoordinateSystem()

    Methods

    GetCoordinateSystemType()

    Declaration
    public PostCoordinateSystem.CoordinateSystemType GetCoordinateSystemType()
    Returns
    Type Description
    PostCoordinateSystem.CoordinateSystemType

    GetCsysOrientation()

    Declaration
    public Matrix3x3 GetCsysOrientation()
    Returns
    Type Description
    Matrix3x3

    GetCsysOrigin()

    Declaration
    public Point3d GetCsysOrigin()
    Returns
    Type Description
    Point3d

    SetCoordinateSystemType(PostCoordinateSystem.CoordinateSystemType)

    Declaration
    public void SetCoordinateSystemType(PostCoordinateSystem.CoordinateSystemType coordinateSystemType)
    Parameters
    Type Name Description
    PostCoordinateSystem.CoordinateSystemType coordinateSystemType

    SetCsysOrientation(Matrix3x3)

    Declaration
    public void SetCsysOrientation(Matrix3x3 val)
    Parameters
    Type Name Description
    Matrix3x3 val

    SetCsysOrigin(Point3d)

    Declaration
    public void SetCsysOrigin(Point3d val)
    Parameters
    Type Name Description
    Point3d val

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    In This Article
    Back to top Generated by DocFX