SolutionCollection Class¶
-
class
NXOpen.CAE.ResponseSimulation.SolutionCollection¶ Bases:
objectRepresents a collection of response analysis meta solution
To obtain an instance of this class, refer to
NXOpen.CAE.ResponseSimulation.ManagerNew in version NX5.0.0.
Properties¶
| Property | Description |
|---|---|
| ActiveSolution | Returns or sets the active solution |
Methods¶
| Method | Description |
|---|---|
| CloneSolution | Clones a response analysis meta solution |
| CreateSolutionBuilder | Creates the builder object of response analysis meta solution |
| FindObject | Finds a response analysis meta solution with specified solution name |
Property Detail¶
ActiveSolution¶
-
SolutionCollection.ActiveSolution¶ Returns or sets the active solution
-------------------------------------Getter Method
Signature
ActiveSolutionReturns: Return type: NXOpen.CAE.ResponseSimulation.SolutionNew in version NX5.0.0.
License requirements: nx_response_anlys (“NX Response Analysis”)
-------------------------------------Setter Method
Signature
ActiveSolutionParameters: activeSolution ( NXOpen.CAE.ResponseSimulation.Solution) –New in version NX5.0.0.
License requirements: nx_response_anlys (“NX Response Analysis”)
Method Detail¶
CloneSolution¶
-
SolutionCollection.CloneSolution¶ Clones a response analysis meta solution
Signature
CloneSolution(oldSolution, suggestedName)Parameters: - oldSolution (
NXOpen.CAE.ResponseSimulation.Solution) – theCAE.SimSolutionto be cloned - suggestedName (str) – name to use instead of default name (may be NULL)
Returns: the newly created
CAE.ResponseSimulation.SolutionReturn type: New in version NX5.0.0.
License requirements: nx_response_anlys (“NX Response Analysis”)
- oldSolution (
CreateSolutionBuilder¶
-
SolutionCollection.CreateSolutionBuilder¶ Creates the builder object of response analysis meta solution
Signature
CreateSolutionBuilder(raSolution)Parameters: raSolution ( NXOpen.CAE.ResponseSimulation.Solution) –Returns: Return type: NXOpen.CAE.ResponseSimulation.SolutionBuilderNew in version NX5.0.0.
License requirements: nx_response_anlys (“NX Response Analysis”)
FindObject¶
-
SolutionCollection.FindObject¶ Finds a response analysis meta solution with specified solution name
Signature
FindObject(solutionName)Parameters: solutionName (str) – Returns: Return type: NXOpen.CAE.ResponseSimulation.SolutionNew in version NX5.0.0.
License requirements: nx_response_anlys (“NX Response Analysis”)