IFC 4.3.x development

5.4.2.11 IfcOpeningElementTypeEnum

5.4.2.11.1 Semantic definitions at the entity

This enumeration defines the basic types for opening elements.

HISTORY  New enumeration type in IFC4.

5.4.2.11.1 Formal representations

TYPE IfcOpeningElementTypeEnum = ENUMERATION OF
	(OPENING
	,RECESS
	,USERDEFINED
	,NOTDEFINED);
END_TYPE;