FemSectionType
FEM element section types. Available values: - Solid: Solid (3D continuum) section. - Shell: Shell section for thin-walled structures (uses thickness). - Beam: Beam section for 1D line elements. - Membrane: Membrane section (in-plane stiffness only). - Truss: Truss section (axial-force-only line elements). - Coupled: Coupled / mixed section type.
Import
import ScriptingApi as api
# Access the class
# FemSectionType is available via api.FemSectionType
Enumeration Values
Enumeration Type from FemSectionType
| Value | Description |
|---|---|
FemSectionType.Solid | Solid option |
FemSectionType.Shell | Shell option |
FemSectionType.Beam | Beam option |
FemSectionType.Membrane | Membrane option |
FemSectionType.Truss | Truss option |
FemSectionType.Coupled | Coupled option |
Usage Example
import ScriptingApi as api
# Access enumeration values
value = api.FemSectionType.Solid