Skip to main content

FemAbaqusExportOptions

Other

Abaqus-specific export options.

Import

import ScriptingApi as api

# Access the class
# FemAbaqusExportOptions is available via api.FemAbaqusExportOptions

Properties

common

Common export options. Use api.FemExportOptions()

Type: FemExportOptions


write_assembly

Write assembly definition.

Type: bool


write_history_output

Reserved. Currently has no effect on the exported Abaqus file.

Type: bool


analysis_type

Name written for the Abaqus part/instance. If empty, "Part-1" is used. (Note: despite the field name, this value is used as the part name, not the analysis procedure.)

Type: str


See Also