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.

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”)