Skip to main content

FemNastranExportOptions

Other

Nastran-specific export options.

Import

import ScriptingApi as api

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

Properties

common

Common export options. Use api.FemAbaqusExportOptions()

Type: FemExportOptions


field_format

Field format: "Short" (8 chars), "Long" (16 chars), or "Free".

Type: str


write_executive_control

Write executive control section.

Type: bool


export_node_sets_as_spc

Export node sets as SPC (Single Point Constraint) cards.

Type: bool


See Also