Search Results for

    Show / Hide Table of Contents

    Class PostScenarioCrossPowerUserDefinedCoordinateSystemTransformation

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TransientObject
    PostScenarioCoordinateSystemTransformation
    PostScenarioCrossPowerUserDefinedCoordinateSystemTransformation
    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 PostScenarioCrossPowerUserDefinedCoordinateSystemTransformation : PostScenarioCoordinateSystemTransformation, IMessageSink, IDisposable

    Constructors

    PostScenarioCrossPowerUserDefinedCoordinateSystemTransformation(nint)

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

    Methods

    SetLeftCoordinateSystem(string, PostScenarioCoordinateSystem)

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

    SetLeftCoordinateSystemData(string, PostScenarioCoordinateSystemType, Vector3d, Matrix3x3)

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

    SetLeftModelingCoordinateSystem(CoordinateSystem)

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

    SetRightCoordinateSystem(string, PostScenarioCoordinateSystem)

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

    SetRightCoordinateSystemData(string, PostScenarioCoordinateSystemType, Vector3d, Matrix3x3)

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

    SetRightModelingCoordinateSystem(CoordinateSystem)

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

    Implements

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