Navigation
Navigate Navigate Navigate Navigate Navigate Navigate

IfcCoveringTypeEnum

Definition from IAI: This enumeration defines the available generic types for IfcCovering.

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.

Definition from IAI: The IfcCoveringTypeEnum defines the range of different types of covering that can be specified.

Enumeration

EXPRESS specification:

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