Search Results for

    Show / Hide Table of Contents

    Class SimSolveManager

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    SimSolveManager
    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.CAE
    Assembly: NXOpen.dll
    Syntax
    public class SimSolveManager : NXRemotableObject, IMessageSink

    Constructors

    SimSolveManager(Session)

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

    Properties

    Tag

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

    Methods

    GetChainOfPrerequisites(SimSolution, out SimSolution[], out bool[])

    Declaration
    public void GetChainOfPrerequisites(SimSolution pSol, out SimSolution[] pSolutions, out bool[] hasResult)
    Parameters
    Type Name Description
    SimSolution pSol
    SimSolution[] pSolutions
    bool[] hasResult

    GetSimSolveManager(Session)

    Declaration
    public static SimSolveManager GetSimSolveManager(Session owner)
    Parameters
    Type Name Description
    Session owner
    Returns
    Type Description
    SimSolveManager

    SolveAllMetaSolutions(SolveOption, SetupCheckOption, SolveMode, bool, out int, out int, out int)

    Declaration
    public void SolveAllMetaSolutions(SimSolution.SolveOption solveOption, SimSolution.SetupCheckOption setupCheckOption, SimSolution.SolveMode runModeOption, bool skipSolutionWithResults, out int numSolutionsSolved, out int numSolutionsFailed, out int numSolutionsSkipped)
    Parameters
    Type Name Description
    SimSolution.SolveOption solveOption
    SimSolution.SetupCheckOption setupCheckOption
    SimSolution.SolveMode runModeOption
    bool skipSolutionWithResults
    int numSolutionsSolved
    int numSolutionsFailed
    int numSolutionsSkipped

    SolveAllSolutions(SolveOption, SetupCheckOption, SolveMode, bool, out int, out int, out int)

    Declaration
    public void SolveAllSolutions(SimSolution.SolveOption solveOption, SimSolution.SetupCheckOption setupCheckOption, SimSolution.SolveMode runModeOption, bool skipSolutionWithResults, out int numSolutionsSolved, out int numSolutionsFailed, out int numSolutionsSkipped)
    Parameters
    Type Name Description
    SimSolution.SolveOption solveOption
    SimSolution.SetupCheckOption setupCheckOption
    SimSolution.SolveMode runModeOption
    bool skipSolutionWithResults
    int numSolutionsSolved
    int numSolutionsFailed
    int numSolutionsSkipped

    SolveChainOfSolutions(SimSolution[], SolveOption, SetupCheckOption, SolveMode, out int, out int, out int)

    Declaration
    public void SolveChainOfSolutions(SimSolution[] pSolutions, SimSolution.SolveOption solveOption, SimSolution.SetupCheckOption setupCheckOption, SimSolution.SolveMode runModeOption, out int numSolutionsSolved, out int numSolutionsFailed, out int numSolutionsSkipped)
    Parameters
    Type Name Description
    SimSolution[] pSolutions
    SimSolution.SolveOption solveOption
    SimSolution.SetupCheckOption setupCheckOption
    SimSolution.SolveMode runModeOption
    int numSolutionsSolved
    int numSolutionsFailed
    int numSolutionsSkipped

    Implements

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