FemExportResult
Result from FEM export operation.
Import
import ScriptingApi as api
# Access the class
# FemExportResult is available via api.FemExportResult
Properties
success
Whether the export was successful.
Type: bool
error_message
Error message if export failed.
Type: str
output_path
Path to the exported file.
Type: str
nodes_written
Number of nodes exported.
Type: int
elements_written
Number of elements exported.
Type: int
materials_written
Number of materials exported.
Type: int
sets_written
Number of sets exported.
Type: int
surfaces_written
Number of surfaces exported.
Type: int
elapsed_seconds
Time taken for export in seconds.
Type: float