Indexes   

ABQInitialStep (Object)

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

Property Index

Fields
Returns the ABQFields container associated with the step.
MassScalings
Returns the ABQMassScalings container associated with the step.

Properties


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

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