ABQAutomationItf ABQStep (Object)
All Frameworks Object Hierarchy This Framework Indexes
ABQStep (Object)
Represents a Abaqus analysis step (ABQStep) object.
Role: Access an Abaqus analysis step or determine its properties.
Property Index
-
Interactions
- Returns the ABQInteractions container associated with the step.
-
Type
- Returns the type of the step.
Properties
o Property Interactions( | ) As (Read Only) |
-
Returns the ABQInteractions container associated with the step.
- Example:
-
The following example retrieves the ABQInteractions container
abqInteractions:
Dim abqStep As ABQGeneralStaticStep
Dim abqInteractions As ABQInteractions
Set abqInteractions = abqStep.Interactions
o Property Type( | ) As (Read Only) |
-
Returns the type of the step.
- Returns:
- The string representing the type of the step.
Copyright © 2003, Dassault Systèmes. All rights reserved.