Search Results for

    Show / Hide Table of Contents

    Class PostScenarioUserDefinedCoordinateSystemTransformation

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TransientObject
    PostScenarioCoordinateSystemTransformation
    PostScenarioUserDefinedCoordinateSystemTransformation
    Implements
    IMessageSink
    IDisposable
    Inherited Members
    PostScenarioCoordinateSystemTransformation.Convert(PostScenarioPlotData[])
    PostScenarioCoordinateSystemTransformation.FreeResource()
    PostScenarioCoordinateSystemTransformation.AssumeResultsAreInGlobal
    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 PostScenarioUserDefinedCoordinateSystemTransformation : PostScenarioCoordinateSystemTransformation, IMessageSink, IDisposable

    Constructors

    PostScenarioUserDefinedCoordinateSystemTransformation(nint)

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

    Methods

    SetCoordinateSystem(string, PostScenarioCoordinateSystem)

    Declaration
    public void SetCoordinateSystem(string name, PostScenarioCoordinateSystem cs)
    Parameters
    Type Name Description
    string name
    PostScenarioCoordinateSystem cs

    SetCoordinateSystemData(string, PostScenarioCoordinateSystemType, Vector3d, Matrix3x3)

    Declaration
    public void SetCoordinateSystemData(string name, PostScenarioCoordinateSystemType type, Vector3d origin, Matrix3x3 matrix)
    Parameters
    Type Name Description
    string name
    PostScenarioCoordinateSystemType type
    Vector3d origin
    Matrix3x3 matrix

    SetModelingCoordinateSystem(CoordinateSystem)

    Declaration
    public void SetModelingCoordinateSystem(CoordinateSystem cs)
    Parameters
    Type Name Description
    CoordinateSystem cs

    Implements

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