Search Results for

    Show / Hide Table of Contents

    Class PostScenarioQueryContext

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

    Constructors

    PostScenarioQueryContext(nint)

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

    Properties

    MessageCollector

    Declaration
    public PostScenarioMessageCollector MessageCollector { get; }
    Property Value
    Type Description
    PostScenarioMessageCollector

    ResultCoordinateSystems

    Declaration
    public PostScenarioQueryResults ResultCoordinateSystems { get; }
    Property Value
    Type Description
    PostScenarioQueryResults

    Methods

    FreeResource()

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

    GetMeshNodes()

    Declaration
    public PostScenarioMeshNode[] GetMeshNodes()
    Returns
    Type Description
    PostScenarioMeshNode[]

    GetSelectedMeshes()

    Declaration
    public PostScenarioMesh[] GetSelectedMeshes()
    Returns
    Type Description
    PostScenarioMesh[]

    NewCoordinateSystemTransformation(PostScenarioCoordinateSystemTransformationType)

    Declaration
    public PostScenarioCoordinateSystemTransformation NewCoordinateSystemTransformation(PostScenarioCoordinateSystemTransformationType type)
    Parameters
    Type Name Description
    PostScenarioCoordinateSystemTransformationType type
    Returns
    Type Description
    PostScenarioCoordinateSystemTransformation

    Implements

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