SolutionCollection Class

class NXOpen.CAE.ResponseSimulation.SolutionCollection

Bases: object

Represents a collection of response analysis meta solution

To obtain an instance of this class, refer to NXOpen.CAE.ResponseSimulation.Manager

New 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 @return the newly created CAE.ResponseSimulation.Solution
CreateSolutionBuilder Creates the builder object of response analysis meta solution @return
FindObject Finds a response analysis meta solution with specified solution name @return

Property Detail

ActiveSolution

SolutionCollection.ActiveSolution

Returns or sets the active solution

-------------------------------------

Getter Method

Signature ActiveSolution()

Returns:
Return type:NXOpen.CAE.ResponseSimulation.Solution

New in version NX5.0.0.

License requirements: nx_response_anlys (“NX Response Analysis”)

-------------------------------------

Setter Method

Signature ActiveSolution(activeSolution)

Parameters: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:
Returns:

the newly created CAE.ResponseSimulation.Solution

Return type:

NXOpen.CAE.ResponseSimulation.Solution

New in version NX5.0.0.

License requirements: nx_response_anlys (“NX Response Analysis”)

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.SolutionBuilder

New 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.Solution

New in version NX5.0.0.

License requirements: nx_response_anlys (“NX Response Analysis”)