Skip to main content

FemModelStatistics

Other

Statistics about an FEM model.

Import

import ScriptingApi as api

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

Properties

node_count

Total number of nodes.

Type: int


element_count

Total number of elements.

Type: int


material_count

Number of defined materials.

Type: int


part_count

Number of parts.

Type: int


node_set_count

Number of node sets.

Type: int


element_set_count

Number of element sets.

Type: int


surface_count

Number of surfaces.

Type: int


has_model

Whether the model has been initialized.

Type: bool


See Also