CorrelManager Class

class NXOpen.CAE.CorrelManager

Bases: object

Represents the correl manager that contains all correl and pre-test objects

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

New 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 Solutions

New 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 PreTests

New 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 ModelUpdates

New in version NX7.5.0.

Returns:
Return type:NXOpen.CAE.ModelUpdateSolutionCollection

Method Detail

CreateCorrelApplyAlignmentFromBuilder

CorrelManager.CreateCorrelApplyAlignmentFromBuilder

Creates a NXOpen.CAE.CorrelApplyAlignmentFromBuilder

Signature CreateCorrelApplyAlignmentFromBuilder(solution)

Parameters:solution (NXOpen.CAE.SimSolution) – Correlation setup
Returns:
Return type:NXOpen.CAE.CorrelApplyAlignmentFromBuilder

New in version NX9.0.0.

License requirements: nx_correl_base (“FE Correlation”)

CreateCorrelFineTuneAlignmentBuilder

CorrelManager.CreateCorrelFineTuneAlignmentBuilder

Creates a NXOpen.CAE.CorrelFineTuneAlignmentBuilder

Signature CreateCorrelFineTuneAlignmentBuilder(solution)

Parameters:solution (NXOpen.CAE.SimSolution) –
Returns:
Return type:NXOpen.CAE.CorrelFineTuneAlignmentBuilder

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

New in version NX8.0.1.

License requirements: nx_correl_update (“FE Model Update”)