AnalysisModel (Object)

Represent the analysis model object.
Role: In the analysis document, an analysis model is the object dedicated to set and manage all the required data for the discretization and idealization of a Finite Element model.
This object gives access to:

Properties


Property AdaptivityManager() As (Read Only)
Returns the AdaptivityManager defined on the analysis model.
Returns:
a CATIAAnalysisAdaptivityManager.
Property AnalysisCases() As (Read Only)
Returns the collection of analysis cases defined on the analysis model.
Returns:
oAnalysisCases Collection of cases.
Property AnalysisSets() As (Read Only)
Returns the analysis sets collection associated with a analysis model.
Returns:
a collection of CATIAAnalysisSets.
Property MeshManager() As (Read Only)
Returns the MeshManager defined on the analysis model.
Returns:
a CATIAAnalysisMeshManager.
Property PostManager() As (Read Only)
Returns the Postprocessing manager defined on the analysis model.
Returns:
oPostManager the AnalysisPostManager Object.

Methods


Sub RunTransition( iTransitionName)
Apply a transition to the analysis model.
Parameters:
Transition
name.