Role: The Abaqus analysis model object contains the ABQAnalysisCases collection. The Abaqus analysis model object can also be used as an Refer: CATIAAnalysisModel.
Properties
- Property Cases() As (Read Only)
-
Returns the list of Abaqus analysis cases associated with the analysis model.
- Returns:
- The collection of Abaqus analysis cases.
- Example:
-
The following example retrieves the Abaqus analysis cases collection analysisCases:
Dim analysisCases As ABQAnalysisCases Dim abqModel As ABQAnalysisModel Set analysisCases = abqModel.Cases
dd>
- Property Properties() As (Read Only)
-
Returns the list of Abaqus properties associated with the analysis model.
- Returns:
- The collection of Abaqus properties.
- Example:
-
The following example retrieves the Abaqus properties collection properties:
Dim properties As ABQProperties Dim abqModel As ABQAnalysisModel Set properties = abqModel.Properties
dd>