CorrelSolutionCollection Class¶
-
class
NXOpen.CAE.CorrelSolutionCollection¶ Bases:
objectRepresents a collection of correl meta solution
To obtain an instance of this class, refer to
NXOpen.CAE.CorrelManagerNew in version NX6.0.0.
Properties¶
| Property | Description |
|---|---|
| ActiveSolution | Returns or sets the active solution |
Methods¶
| Method | Description |
|---|---|
| CloneSolution | Clones a correl meta solution |
| CreateComacViewerBuilder | Creates the builder object of correl comac matrix viewer |
| CreateShapeMetricViewerBuilder | Creates the builder object of correl shape metric viewer |
| CreateSolutionBuilder | Creates the builder object of correl meta solution |
| FindObject | Finds a correl meta solution with specified solution name |
| GetValidSolutionName | Returns next valid correlation solution name |
Property Detail¶
ActiveSolution¶
-
CorrelSolutionCollection.ActiveSolution¶ Returns or sets the active solution
-------------------------------------Getter Method
Signature
ActiveSolutionReturns: Return type: NXOpen.CAE.CorrelSolutionNew in version NX5.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
ActiveSolutionParameters: activeSolution ( NXOpen.CAE.CorrelSolution) –New in version NX5.0.0.
License requirements: None.
Method Detail¶
CloneSolution¶
-
CorrelSolutionCollection.CloneSolution¶ Clones a correl meta solution
Signature
CloneSolution(oldSolution, suggestedName)Parameters: - oldSolution (
NXOpen.CAE.CorrelSolution) – theNXOpen.CAE.SimSolutionto be cloned - suggestedName (str) – name to use instead of default name (may be NULL)
Returns: the newly created
NXOpen.CAE.CorrelSolutionReturn type: New in version NX5.0.0.
License requirements: None.
- oldSolution (
CreateComacViewerBuilder¶
-
CorrelSolutionCollection.CreateComacViewerBuilder¶ Creates the builder object of correl comac matrix viewer
Signature
CreateComacViewerBuilder()Returns: Return type: NXOpen.CAE.ComacViewerBuilderNew in version NX6.0.0.
License requirements: nx_correl_base (“FE Correlation”)
CreateShapeMetricViewerBuilder¶
-
CorrelSolutionCollection.CreateShapeMetricViewerBuilder¶ Creates the builder object of correl shape metric viewer
Signature
CreateShapeMetricViewerBuilder(solution)Parameters: solution ( NXOpen.CAE.CorrelSolution) – Correlation setupReturns: Return type: NXOpen.CAE.ShapeMetricViewerBuilderNew in version NX7.5.0.
License requirements: nx_correl_base (“FE Correlation”)
CreateSolutionBuilder¶
-
CorrelSolutionCollection.CreateSolutionBuilder¶ Creates the builder object of correl meta solution
Signature
CreateSolutionBuilder(solution)Parameters: solution ( NXOpen.CAE.CorrelSolution) –Returns: Return type: NXOpen.CAE.CorrelSolutionBuilderNew in version NX5.0.0.
License requirements: None.
FindObject¶
-
CorrelSolutionCollection.FindObject¶ Finds a correl meta solution with specified solution name
Signature
FindObject(solutionName)Parameters: solutionName (str) – Solution to be found Returns: Correlation metasolution found Return type: NXOpen.CAE.CorrelSolutionNew in version NX5.0.0.
License requirements: None.
GetValidSolutionName¶
-
CorrelSolutionCollection.GetValidSolutionName¶ Returns next valid correlation solution name
Signature
GetValidSolutionName()Returns: a NXOpen.CAE.CorrelSolutionvalid nameReturn type: str New in version NX5.0.0.
License requirements: None.