ModelUpdateSolutionCollection Class¶
-
class
NXOpen.CAE.ModelUpdateSolutionCollection¶ Bases:
objectRepresents a collection of model update meta solution
To obtain an instance of this class, refer to
NXOpen.CAE.CorrelManager
Properties¶
| Property | Description |
|---|---|
| ActiveSolution | Returns or sets the active solution |
Methods¶
| Method | Description |
|---|---|
| CreateSensitivityViewerBuilder | Creates the builder object of model update sensitivity viewer |
| CreateSolutionBuilder | Creates the builder object of model update meta solution |
| FindObject | Finds a model update meta solution with specified solution name |
Property Detail¶
ActiveSolution¶
-
ModelUpdateSolutionCollection.ActiveSolution¶ Returns or sets the active solution
-------------------------------------Getter Method
Signature
ActiveSolutionReturns: Return type: NXOpen.CAE.ModelUpdateSolutionNew in version NX7.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
ActiveSolutionParameters: activeSolution ( NXOpen.CAE.ModelUpdateSolution) –New in version NX7.5.0.
License requirements: None.
Method Detail¶
CreateSensitivityViewerBuilder¶
-
ModelUpdateSolutionCollection.CreateSensitivityViewerBuilder¶ Creates the builder object of model update sensitivity viewer
Signature
CreateSensitivityViewerBuilder(solution)Parameters: solution ( NXOpen.CAE.ModelUpdateSolution) – Model Update setupReturns: Return type: NXOpen.CAE.ModelUpdateSensitivityViewerBuilderNew in version NX7.5.0.
License requirements: nx_correl_update (“FE Model Update”)
CreateSolutionBuilder¶
-
ModelUpdateSolutionCollection.CreateSolutionBuilder¶ Creates the builder object of model update meta solution
Signature
CreateSolutionBuilder(solution)Parameters: solution ( NXOpen.CAE.ModelUpdateSolution) – Model update solution being editReturns: Return type: NXOpen.CAE.ModelUpdateSolutionBuilderNew in version NX7.5.0.
License requirements: None.
FindObject¶
-
ModelUpdateSolutionCollection.FindObject¶ Finds a model update meta solution with specified solution name
Signature
FindObject(solutionName)Parameters: solutionName (str) – Solution to be found Returns: Model Update meta solution found Return type: NXOpen.CAE.ModelUpdateSolutionNew in version NX7.5.0.
License requirements: None.