Skip to main content

FemElementSetInfo

Other

Information about an element set in the FEM model.

Import

import ScriptingApi as api

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

Properties

name

Element set name.

Type: str


element_count

Number of elements in the set.

Type: int


source

Source of the set. Use api.FemSetSource()

Type: FemSetSource


description

Description.

Type: str


See Also