Indexes   

ABQAnalysisModel (Object)

Represents the Abaqus analysis model object.
Role: The Abaqus analysis model object contains the ABQAnalysisCases collection. The Abaqus analysis model object can also be used as an Refer: CATIAAnalysisModel.

Property Index

Cases
Returns the list of Abaqus analysis cases associated with the analysis model.
Properties
Returns the list of Abaqus properties associated with the analysis model.

Properties


o 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
 
o 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
 

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