Search Results for

    Show / Hide Table of Contents

    Class PerformancePredictorManager

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    PerformancePredictorManager
    Implements
    IMessageSink
    Inherited Members
    NXRemotableObject.initialize()
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    MarshalByRefObject.GetLifetimeService()
    MarshalByRefObject.InitializeLifetimeService()
    MarshalByRefObject.MemberwiseClone(bool)
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: NXOpen.DesignSimulation
    Assembly: NXOpen.dll
    Syntax
    public class PerformancePredictorManager : NXRemotableObject, IMessageSink

    Constructors

    PerformancePredictorManager(Session)

    Declaration
    protected PerformancePredictorManager(Session owner)
    Parameters
    Type Name Description
    Session owner

    Properties

    ShowLoadsAndConstraints

    Declaration
    public bool ShowLoadsAndConstraints { get; set; }
    Property Value
    Type Description
    bool

    Tag

    Declaration
    public Tag Tag { get; }
    Property Value
    Type Description
    Tag

    Methods

    AbortAllSimulations()

    Declaration
    public void AbortAllSimulations()

    CreateAttributes()

    Declaration
    public void CreateAttributes()

    EnterPerformancePredictorApplication()

    Declaration
    public void EnterPerformancePredictorApplication()

    ExitPerformancePredictorApplication()

    Declaration
    public void ExitPerformancePredictorApplication()

    GetDelay()

    Declaration
    public bool GetDelay()
    Returns
    Type Description
    bool

    GetStoreResults()

    Declaration
    public bool GetStoreResults()
    Returns
    Type Description
    bool

    SetDelay(bool)

    Declaration
    public void SetDelay(bool delay)
    Parameters
    Type Name Description
    bool delay

    SetStoreResults(bool)

    Declaration
    public void SetStoreResults(bool storeResult)
    Parameters
    Type Name Description
    bool storeResult

    Implements

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