ABQInitialStep (Object)

Represents an Abaqus initial step (ABQInitialStep) object.
Role: Access an Abaqus initial step object or determine its properties.

Properties


Property Fields() As (Read Only)
Returns the ABQFields container associated with the step.
Example:
This example retrieves the ABQFields container abqFields.
 Dim abqInitialStep As ABQInitialStep 
 Dim abqFields As ABQFields
 Set abqFields = abqInitialStep.Fields
 
Property MassScalings() As (Read Only)
Returns the ABQMassScalings container associated with the step.
Example:
The following example retrieves the ABQMassScalings container abqScalings:
 Dim abqInitialStep As ABQInitialStep 
 Dim abqScalings As ABQMassScalings
 Set abqScalings = abqInitialStep.MassScalings