CorrelManager Class¶
-
class
NXOpen.CAE.CorrelManager¶ Bases:
objectRepresents the correl manager that contains all correl and pre-test objects
To obtain an instance of this class, refer to
NXOpen.CAE.SimSimulationNew in version NX6.0.0.
“Solutions”, “Returns the correl solution collection belonging to this sim part ” “PreTests”, “Returns the pre-test collection belonging to this sim part. ” “ModelUpdates”, “Returns the model update solution collection belonging to this sim part “
Methods¶
| Method | Description |
|---|---|
| CreateCorrelApplyAlignmentFromBuilder | Creates a NXOpen.CAE.CorrelApplyAlignmentFromBuilder |
| CreateCorrelFineTuneAlignmentBuilder | Creates a NXOpen.CAE.CorrelFineTuneAlignmentBuilder |
| CreateModelUpdateDesignVariablesRapidCreateBuilderBuilder | Creates a builder for rapid creation of design variables. |
Solutions¶
-
CorrelManager.Solutions¶ Returns the correl solution collection belonging to this sim part
Signature
SolutionsNew in version NX3.0.0.
Returns: Return type: NXOpen.CAE.CorrelSolutionCollection
PreTests¶
-
CorrelManager.PreTests¶ Returns the pre-test collection belonging to this sim part.
Signature
PreTestsNew in version NX7.5.0.
Returns: Return type: NXOpen.CAE.PreTestSolutionCollection
ModelUpdates¶
-
CorrelManager.ModelUpdates¶ Returns the model update solution collection belonging to this sim part
Signature
ModelUpdatesNew in version NX7.5.0.
Returns: Return type: NXOpen.CAE.ModelUpdateSolutionCollection
Method Detail¶
CreateCorrelApplyAlignmentFromBuilder¶
-
CorrelManager.CreateCorrelApplyAlignmentFromBuilder¶ Creates a
NXOpen.CAE.CorrelApplyAlignmentFromBuilderSignature
CreateCorrelApplyAlignmentFromBuilder(solution)Parameters: solution ( NXOpen.CAE.SimSolution) – Correlation setupReturns: Return type: NXOpen.CAE.CorrelApplyAlignmentFromBuilderNew in version NX9.0.0.
License requirements: nx_correl_base (“FE Correlation”)
CreateCorrelFineTuneAlignmentBuilder¶
-
CorrelManager.CreateCorrelFineTuneAlignmentBuilder¶ Creates a
NXOpen.CAE.CorrelFineTuneAlignmentBuilderSignature
CreateCorrelFineTuneAlignmentBuilder(solution)Parameters: solution ( NXOpen.CAE.SimSolution) –Returns: Return type: NXOpen.CAE.CorrelFineTuneAlignmentBuilderNew in version NX9.0.0.
License requirements: nx_correl_base (“FE Correlation”)
CreateModelUpdateDesignVariablesRapidCreateBuilderBuilder¶
-
CorrelManager.CreateModelUpdateDesignVariablesRapidCreateBuilderBuilder¶ Creates a builder for rapid creation of design variables.
Signature
CreateModelUpdateDesignVariablesRapidCreateBuilderBuilder()Returns: Return type: NXOpen.CAE.ModelUpdateDesignVariablesRapidCreateBuilderNew in version NX8.0.1.
License requirements: nx_correl_update (“FE Model Update”)