Search Results for

    Show / Hide Table of Contents

    Class SimSolveManager

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    SimSolveManager
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    Inherited Members
    NXRemotableObject.initialize()
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    System.MarshalByRefObject.CreateObjRef(System.Type)
    System.MarshalByRefObject.GetLifetimeService()
    System.MarshalByRefObject.InitializeLifetimeService()
    System.MarshalByRefObject.MemberwiseClone(System.Boolean)
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ToString()
    System.Object.ReferenceEquals(System.Object, System.Object)
    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 Boolean[])

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

    GetSimSolveManager(Session)

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

    SolveAllMetaSolutions(SimSolution.SolveOption, SimSolution.SetupCheckOption, SimSolution.SolveMode, Boolean, out Int32, out Int32, out Int32)

    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
    System.Boolean skipSolutionWithResults
    System.Int32 numSolutionsSolved
    System.Int32 numSolutionsFailed
    System.Int32 numSolutionsSkipped

    SolveAllSolutions(SimSolution.SolveOption, SimSolution.SetupCheckOption, SimSolution.SolveMode, Boolean, out Int32, out Int32, out Int32)

    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
    System.Boolean skipSolutionWithResults
    System.Int32 numSolutionsSolved
    System.Int32 numSolutionsFailed
    System.Int32 numSolutionsSkipped

    SolveChainOfSolutions(SimSolution[], SimSolution.SolveOption, SimSolution.SetupCheckOption, SimSolution.SolveMode, out Int32, out Int32, out Int32)

    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
    System.Int32 numSolutionsSolved
    System.Int32 numSolutionsFailed
    System.Int32 numSolutionsSkipped

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    In This Article
    Back to top Generated by DocFX