pycatia.abq_automation_interfaces.abq_initial_step

Module initially auto generated using V5Automation files from CATIA V5 R28 on 2020-09-25 14:34:21.593357

Warning

The notes denoted “CAA V5 Visual Basic Help” are to be used as reference only. They are there as a guide as to how the visual basic / catscript functions work and thus help debugging in pycatia.

class pycatia.abq_automation_interfaces.abq_initial_step.ABQInitialStep(com_object)

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357)

System.IUnknown
System.IDispatch
System.CATBaseUnknown
System.CATBaseDispatch
System.AnyObject
ABQAutomationItf.ABQStep
ABQInitialStep

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

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357)
o Property Fields() As ABQFields (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
Return type:

ABQFields

property mass_scalings: ABQMassScalings

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357)
o Property MassScalings() As ABQMassScalings (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
Return type:

ABQMassScalings