pycatia.abq_automation_interfaces.abq_explicit_dynamics_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_explicit_dynamics_step.ABQExplicitDynamicsStep(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
ABQExplicitDynamicsStep

Represents an Abaqus explicit dynamics step (ABQExplicitDynamicsStep)
object.
Role: Access an Abaqus explicit dynamics step object or determine its
properties.
property auto_time_increment_method: int

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357)
o Property AutoTimeIncrementMethod() As
AutoTimeIncrementMethod

Sets or returns the automatic time increment estimator method. Applies only
when TimeIncrementationMethod is AUTO_INCREMENT.


Legal values:
ABQ_ATI_GLOBAL
ABQ_ATI_ELEMENT_BY_ELEMENT
Returns:

enum auto_time_increment_method

Return type:

int

property boundary_conditions: ABQBoundaryConditions

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357)
o Property BoundaryConditions() As ABQBoundaryConditions (Read
Only)

Returns the ABQBoundaryConditions container associated with the
step.

Example:
This example retrieves the ABQBoundaryConditions container
abqBCs.

Dim abqStep As ABQExplicitDynamicsStep
Dim abqBCs As ABQBoundaryConditions
Set abqBCs = abqStep.BoundaryConditions
Return type:

ABQBoundaryConditions

property description: str

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357)
o Property Description() As CATBSTR

Sets or returns the description of the Abaqus explicit dynamics
step.

Returns:
The description of the Abaqus explicit dynamics step.
Return type:

str

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 abqStep As ABQExplicitDynamicsStep
Dim abqFields As ABQFields
Set abqFields = abqStep.Fields
Return type:

ABQFields

property fixed_time_increment_method: int

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357)
o Property FixedTimeIncrementMethod() As
FixedTimeIncrementMethod

Sets or returns the fixed time increment method. Applies only when
TimeIncrementationMethod is FIXED_INCREMENT. If the method is set to
ABQ_FTI_USER_DEFINED, the UserDefinedTimeIncrementValue property must be set to
specifiy the time increment value.
Returns:

enum fixed_time_increment_method

Return type:

int

property loads: ABQLoads

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357)
o Property Loads() As ABQLoads (Read Only)

Returns the ABQLoads container associated with the step.

Example:
The following example retrieves the ABQLoads container
abqLoads:

Dim abqStep As ABQExplicitDynamicsStep
Dim abqLoads As ABQLoads
Set abqLoads = abqStep.Loads
Return type:

ABQLoads

property maximum_time_increment_limit: float

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357)
o Property MaximumTimeIncrementLimit() As double

Sets or returns the maximum time increment limit. Applies only when
TimeIncrementationMethod is AUTO_INCREMENT. Zero specifies that the maximum
time increment is unlimited.

Returns:
The maximum time increment limit.
Return type:

float

property nl_geom: bool

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357)
o Property NLGeom() As boolean

Sets or returns whether the geometry remains linear during the analysis. A
value of true indicates that the geometry remains linear.

Returns:
A boolean specifying whether the geometry remains linear during the
analysis.
Return type:

bool

property time_incrementation_method: int

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357)
o Property TimeIncrementationMethod() As Incrementation_Type

Sets or returns the type of the incrementation during the
step.

Returns:
The type of the incrementation


Legal values:
AUTO_INCREMENT
FIXED_INCREMENT
Returns:

enum incrementation_type

Return type:

int

property time_period: float

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357)
o Property TimePeriod() As double

Sets or returns the total time period of the Abaqus explicit dynamics
step.

Returns:
The total time period of the Abaqus explicit dynamics step.
Return type:

float

property time_scaling_factor: float

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357)
o Property TimeScalingFactor() As double

Sets or returns the time scaling factor.
Return type:

float

property user_defined_time_increment_value: float

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357)
o Property UserDefinedTimeIncrementValue() As double

Sets or returns the user-defined time increment value. Applies only when
FixedTimeIncrementMethod is set to ABQ_FTI_USER_DEFINED.
Return type:

float