7.10.2.11 IfcStructuralSurfaceMemberTypeEnum
7.10.2.11.1 Semantic definition
This enumeration distinguishes between different types of structural surface members, such as the typical mechanical function of walls, slabs and shells.
7.10.2.11.2 Type values
| Type | Description |
|---|---|
BENDING_ELEMENT
| |
MEMBRANE_ELEMENT
| |
SHELL
| |
USERDEFINED
| |
NOTDEFINED
|
7.10.2.11.3 Formal representation
TYPE IfcStructuralSurfaceMemberTypeEnum = ENUMERATION OF
(BENDING_ELEMENT
,MEMBRANE_ELEMENT
,SHELL
,USERDEFINED
,NOTDEFINED);
END_TYPE;