NXOpen .NET Reference Guide  1899
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Public Member Functions | Static Public Member Functions | Properties | List of all members
NXOpen.CAE.SimSolveManager Class Reference

Represents a NXOpen.CAE.SimSolveManager manager which is used to manage the solve process of solutions. More...

Inheritance diagram for NXOpen.CAE.SimSolveManager:
NXOpen.Utilities.NXRemotableObject IMessageSink

Public Member Functions

unsafe void GetChainOfPrerequisites (NXOpen.CAE.SimSolution pSol, out NXOpen.CAE.SimSolution[] pSolutions, out bool[] hasResult)
 Return the chain of prerequisites for the given solution. More...
 
unsafe void SolveAllMetaSolutions (NXOpen.CAE.SimSolution.SolveOption solveOption, NXOpen.CAE.SimSolution.SetupCheckOption setupCheckOption, NXOpen.CAE.SimSolution.SolveMode runModeOption, bool skipSolutionWithResults, out int numSolutionsSolved, out int numSolutionsFailed, out int numSolutionsSkipped)
 Solve all meta solutions in the sim document. More...
 
unsafe void SolveAllSolutions (NXOpen.CAE.SimSolution.SolveOption solveOption, NXOpen.CAE.SimSolution.SetupCheckOption setupCheckOption, NXOpen.CAE.SimSolution.SolveMode runModeOption, bool skipSolutionWithResults, out int numSolutionsSolved, out int numSolutionsFailed, out int numSolutionsSkipped)
 Solve all solutions in the sim document. More...
 
unsafe void SolveChainOfSolutions (NXOpen.CAE.SimSolution[] pSolutions, NXOpen.CAE.SimSolution.SolveOption solveOption, NXOpen.CAE.SimSolution.SetupCheckOption setupCheckOption, NXOpen.CAE.SimSolution.SolveMode runModeOption, out int numSolutionsSolved, out int numSolutionsFailed, out int numSolutionsSkipped)
 Solve the chain of solutions given in input. More...
 
- Public Member Functions inherited from NXOpen.Utilities.NXRemotableObject
IMessageCtrl AsyncProcessMessage (IMessage msg, IMessageSink replySink)
 Asynchronously processes the given message. More...
 
IMessage SyncProcessMessage (IMessage msg)
 Synchronously processes the given message. More...
 

Static Public Member Functions

static SimSolveManager GetSimSolveManager (NXOpen.Session owner)
 Returns the SimSolveManager object for the running session which serves as the 'gateway' class for the application API. More...
 

Properties

Tag Tag [get]
 Returns the tag of this object. More...
 
- Properties inherited from NXOpen.Utilities.NXRemotableObject
IMessageSink NextSink [get]
 Gets the next message sink in the sink chain. More...
 

Additional Inherited Members

- Protected Member Functions inherited from NXOpen.Utilities.NXRemotableObject
void initialize ()
 <exclude> More...
 

Detailed Description

Represents a NXOpen.CAE.SimSolveManager manager which is used to manage the solve process of solutions.

To obtain an instance of this class, refer to NXOpen.Session

Created in NX11.0.0

Member Function Documentation

unsafe void NXOpen.CAE.SimSolveManager.GetChainOfPrerequisites ( NXOpen.CAE.SimSolution  pSol,
out NXOpen.CAE.SimSolution[]  pSolutions,
out bool[]  hasResult 
)
inline

Return the chain of prerequisites for the given solution.

Created in NX11.0.0

License requirements: nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")

Parameters
pSolthe solution for which we want the chain of prerequisites
pSolutionsthe prerequisites of the input solution
hasResultreturns if the nth prerequisite has a result
static SimSolveManager NXOpen.CAE.SimSolveManager.GetSimSolveManager ( NXOpen.Session  owner)
inlinestatic

Returns the SimSolveManager object for the running session which serves as the 'gateway' class for the application API.

References to all other objects in this API are obtained either directly or indirectly via methods and properties on this class. Platform Session should be initialized using 'GetSession' method from NXOpen API prior to this call.

unsafe void NXOpen.CAE.SimSolveManager.SolveAllMetaSolutions ( NXOpen.CAE.SimSolution.SolveOption  solveOption,
NXOpen.CAE.SimSolution.SetupCheckOption  setupCheckOption,
NXOpen.CAE.SimSolution.SolveMode  runModeOption,
bool  skipSolutionWithResults,
out int  numSolutionsSolved,
out int  numSolutionsFailed,
out int  numSolutionsSkipped 
)
inline

Solve all meta solutions in the sim document.

Created in NX11.0.0

License requirements: nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")

Parameters
solveOptionsolve option
setupCheckOptionsetup check option
runModeOptionrun mode option
skipSolutionWithResultsskip the solution if it has a result
numSolutionsSolvedthe number of solutions solved
numSolutionsFailedthe number of solutions which failed
numSolutionsSkippedthe number of solutions which have been skipped
unsafe void NXOpen.CAE.SimSolveManager.SolveAllSolutions ( NXOpen.CAE.SimSolution.SolveOption  solveOption,
NXOpen.CAE.SimSolution.SetupCheckOption  setupCheckOption,
NXOpen.CAE.SimSolution.SolveMode  runModeOption,
bool  skipSolutionWithResults,
out int  numSolutionsSolved,
out int  numSolutionsFailed,
out int  numSolutionsSkipped 
)
inline

Solve all solutions in the sim document.

Created in NX11.0.0

License requirements: nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")

Parameters
solveOptionsolve option
setupCheckOptionsetup check option
runModeOptionrun mode option
skipSolutionWithResultsskip the solution if it has a result
numSolutionsSolvedthe number of solutions solved
numSolutionsFailedthe number of solutions which failed
numSolutionsSkippedthe number of solutions which have been skipped
unsafe void NXOpen.CAE.SimSolveManager.SolveChainOfSolutions ( NXOpen.CAE.SimSolution[]  pSolutions,
NXOpen.CAE.SimSolution.SolveOption  solveOption,
NXOpen.CAE.SimSolution.SetupCheckOption  setupCheckOption,
NXOpen.CAE.SimSolution.SolveMode  runModeOption,
out int  numSolutionsSolved,
out int  numSolutionsFailed,
out int  numSolutionsSkipped 
)
inline

Solve the chain of solutions given in input.

Created in NX11.0.0

License requirements: nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")

Parameters
pSolutionsThe solutions to be solved
solveOptionsolve option
setupCheckOptionsetup check option
runModeOptionrun mode option
numSolutionsSolvedthe number of solutions solved
numSolutionsFailedthe number of solutions which failed
numSolutionsSkippedthe number of solutions which have been skipped

Property Documentation

Tag NXOpen.CAE.SimSolveManager.Tag
get

Returns the tag of this object.


The documentation for this class was generated from the following file:
Copyright 2019 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.