Indexes   

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:

Property Index

AdaptivityManager
Returns the AdaptivityManager defined on the analysis model.
AnalysisCases
Returns the collection of analysis cases defined on the analysis model.
AnalysisSets
Returns the analysis sets collection associated with a analysis model.
MeshManager
Returns the MeshManager defined on the analysis model.
PostManager
Returns the Postprocessing manager defined on the analysis model.

Method Index

RunTransition
Apply a transition to the analysis model.

Properties


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

Methods


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

Copyright © 2006, Dassault Systèmes. All rights reserved.