IFC 4.3.x development

5.4.2.13 IfcProjectionElementTypeEnum

5.4.2.13.1 Semantic definitions at the entity

This enumeration defines the basic types of projection elements.

NOTE  Cuurently no predefined are defined.

HISTORY  New enumeration in IFC4.

5.4.2.13.1 Formal representations

TYPE IfcProjectionElementTypeEnum = ENUMERATION OF
	(BLISTER
	,DEVIATOR
	,USERDEFINED
	,NOTDEFINED);
END_TYPE;