Skip to main content

FemExportOptions

Other

Common export options for all FEM formats.

Import

import ScriptingApi as api

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

Properties

model_name

Model name written to the output file.

Type: str


coordinate_precision

Decimal places for coordinate precision. Default: 8.

Type: int


use_scientific_notation

Use scientific notation for numbers.

Type: bool


include_comments

Include descriptive comments in output.

Type: bool


export_materials

Export material definitions.

Type: bool


export_sets

Export node and element sets.

Type: bool


export_surfaces

Export surface definitions.

Type: bool


renumber_ids

Renumber IDs to be contiguous starting from 1.

Type: bool


See Also