Skip to main content

FemPartInfo

Other

Information about a part in the FEM model.

Import

import ScriptingApi as api

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

Properties

name

Part name.

Type: str


element_count

Number of elements in the part.

Type: int


material_name

Name of the assigned material (empty = none).

Type: str


section_type

Section type. Use api.FemSectionType()

Type: FemSectionType


See Also