pycatia.analysis_interfaces.analysis_model

Module initially auto generated using V5Automation files from CATIA V5 R28 on 2020-09-25 14:34:21.593357

Warning

The notes denoted “CAA V5 Visual Basic Help” are to be used as reference only. They are there as a guide as to how the visual basic / catscript functions work and thus help debugging in pycatia.

class pycatia.analysis_interfaces.analysis_model.AnalysisModel(com_object)

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357)

System.IUnknown
System.IDispatch
System.CATBaseUnknown
System.CATBaseDispatch
System.AnyObject
AnalysisModel

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:

A collection of AnalysisCase.
A collection of AnalysisSets (All the input sets like properties,
groups).
A AnalysisPostManager object for reporting.
property adaptivity_manager: AnalysisAdaptivityManager

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357)
o Property AdaptivityManager() As AnalysisAdaptivityManager (Read
Only)

Returns the AdaptivityManager defined on the analysis
model.

Returns:
a CATIAAnalysisAdaptivityManager.
Return type:

AnalysisAdaptivityManager

property analysis_cases: AnalysisCases

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357)
o Property AnalysisCases() As AnalysisCases (Read Only)

Returns the collection of analysis cases defined on the analysis
model.

Returns:
oAnalysisCases Collection of cases.
Return type:

AnalysisCases

property analysis_sets: AnalysisSets

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357)
o Property AnalysisSets() As AnalysisSets (Read Only)

Returns the analysis sets collection associated with a analysis
model.

Returns:
a collection of CATIAAnalysisSets.
Return type:

AnalysisSets

property mesh_manager: AnalysisMeshManager

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357)
o Property MeshManager() As AnalysisMeshManager (Read Only)

Returns the MeshManager defined on the analysis model.

Returns:
a CATIAAnalysisMeshManager.
Return type:

AnalysisMeshManager

property post_manager: AnalysisPostManager

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357)
o Property PostManager() As AnalysisPostManager (Read Only)

Returns the Postprocessing manager defined on the analysis
model.

Returns:
oPostManager the AnalysisPostManager Object.
Return type:

AnalysisPostManager

run_transition(i_transition_name: str) None

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357))
o Sub RunTransition(CATBSTR iTransitionName)

Apply a transition to the analysis model.

Parameters:

Transition
name.
Parameters:

i_transition_name (str) –

Return type:

None