IFC 4.3.x development

6.1.2.10 IfcCoveringTypeEnum

6.1.2.10.1 Semantic definitions at the entity

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

HISTORY  New enumeration in IFC1.0

IFC4 CHANGE  The following enumerators have been added MOLDING, and SKIRTINGBOARD.

6.1.2.10.1 Formal representations

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