Navigation
Navigate Navigate Navigate Navigate Navigate Navigate

IfcStructuralSurfaceTypeEnum

Definition from IAI: This type definition shall be used to distinguish between different types of structural surface members, such as the typical mechanical function of walls, slabs and shells.

HISTORY: New type in Release IFC2x Edition 2.

EXPRESS specification:

TYPE IfcStructuralSurfaceTypeEnum = ENUMERATION OF
( BENDING_ELEMENT,
MEMBRANE_ELEMENT,
SHELL,
USERDEFINED,
NOTDEFINED);
END_TYPE;