Search Results for

    Show / Hide Table of Contents

    Class PostScenarioResponseFunctionUserDefinedCoordinateSystemTransformation

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

    Constructors

    PostScenarioResponseFunctionUserDefinedCoordinateSystemTransformation(nint)

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

    Methods

    SetExcitationCoordinateSystem(string, PostScenarioCoordinateSystem)

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

    SetExcitationCoordinateSystemData(string, PostScenarioCoordinateSystemType, Vector3d, Matrix3x3)

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

    SetExcitationModelingCoordinateSystem(CoordinateSystem)

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

    SetResponseCoordinateSystem(string, PostScenarioCoordinateSystem)

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

    SetResponseCoordinateSystemData(string, PostScenarioCoordinateSystemType, Vector3d, Matrix3x3)

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

    SetResponseModelingCoordinateSystem(CoordinateSystem)

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

    Implements

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