Navigation
Navigate Navigate Navigate Navigate Navigate Navigate

IfcCoveringTypeEnum

Definition from buildingSMART: This enumeration defines the range of different types of covering that can further specify an IfcCovering or an IfcCoveringType.

HISTORY New enumeration in IFC Release 1.0
IFC2x PLATFORM CHANGE The enumerators of the IfcCoveringTypeEnum has been extended by adding INSULATION, SLEEVING and WRAPPING with upward compatibility for file based exchange.

Enumeration

EXPRESS specification:

TYPE IfcCoveringTypeEnum = ENUMERATION OF
( CEILING,
FLOORING,
CLADDING,
ROOFING,
INSULATION,
MEMBRANE,
SLEEVING,
WRAPPING,
USERDEFINED,
NOTDEFINED);
END_TYPE;