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:
- A collection of AnalysisCase.
- A collection of AnalysisSets (All the input sets like properties, groups).
- A AnalysisPostManager object for reporting.
Properties
- Property AdaptivityManager() As (Read Only)
-
Returns the AdaptivityManager defined on the analysis model.
- Returns:
- a CATIAAnalysisAdaptivityManager. dd>
- Property AnalysisCases() As (Read Only)
-
Returns the collection of analysis cases defined on the analysis model.
- Returns:
- oAnalysisCases Collection of cases. dd>
- Property AnalysisSets() As (Read Only)
-
Returns the analysis sets collection associated with a analysis model.
- Returns:
- a collection of CATIAAnalysisSets. dd>
- Property MeshManager() As (Read Only)
-
Returns the MeshManager defined on the analysis model.
- Returns:
- a CATIAAnalysisMeshManager. dd>
- Property PostManager() As (Read Only)
-
Returns the Postprocessing manager defined on the analysis model.
- Returns:
- oPostManager the AnalysisPostManager Object. dd>
Methods
- Sub RunTransition( iTransitionName)
-
Apply a transition to the analysis model.
- Parameters:
-
- Transition
- name. dd>