Search Results for

    Show / Hide Table of Contents

    Class PostScenarioCoordinateSystem

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TransientObject
    PostScenarioCoordinateSystem
    Implements
    IMessageSink
    IDisposable
    Inherited Members
    TransientObject.Dispose()
    TransientObject.ToString()
    TransientObject.PrintTestData(string)
    TransientObject.PrintTestData(string, int)
    TransientObject.Handle
    NXRemotableObject.initialize()
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    MarshalByRefObject.GetLifetimeService()
    MarshalByRefObject.InitializeLifetimeService()
    MarshalByRefObject.MemberwiseClone(bool)
    object.GetType()
    object.MemberwiseClone()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: NXOpen.CAE
    Assembly: NXOpen.dll
    Syntax
    public class PostScenarioCoordinateSystem : TransientObject, IMessageSink, IDisposable

    Constructors

    PostScenarioCoordinateSystem(nint)

    Declaration
    protected PostScenarioCoordinateSystem(nint ptr)
    Parameters
    Type Name Description
    nint ptr

    Methods

    FreeResource()

    Declaration
    protected override void FreeResource()
    Overrides
    TransientObject.FreeResource()

    GetCsysType()

    Declaration
    public PostScenarioCoordinateSystemType GetCsysType()
    Returns
    Type Description
    PostScenarioCoordinateSystemType

    GetMatrix()

    Declaration
    public Matrix3x3 GetMatrix()
    Returns
    Type Description
    Matrix3x3

    GetOrigin()

    Declaration
    public Vector3d GetOrigin()
    Returns
    Type Description
    Vector3d

    SetCsysType(PostScenarioCoordinateSystemType)

    Declaration
    public void SetCsysType(PostScenarioCoordinateSystemType type)
    Parameters
    Type Name Description
    PostScenarioCoordinateSystemType type

    SetMatrix(Matrix3x3)

    Declaration
    public void SetMatrix(Matrix3x3 matrix)
    Parameters
    Type Name Description
    Matrix3x3 matrix

    SetOrigin(Vector3d)

    Declaration
    public void SetOrigin(Vector3d origin)
    Parameters
    Type Name Description
    Vector3d origin

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    IDisposable
    In this article
    Back to top Generated by DocFX