IFC 4.3.x development

5.4.2.12 IfcPhysicalOrVirtualEnum

5.4.2.12.1 Semantic definitions at the entity

This enumeration defines the different types of space boundaries in terms of its physical manifestation. A space boundary can either be physically dividing or can be a virtual divider.

HISTORY  New enumeration in IFC2.0

5.4.2.12.1 Formal representations

TYPE IfcPhysicalOrVirtualEnum = ENUMERATION OF
	(PHYSICAL
	,VIRTUAL
	,NOTDEFINED);
END_TYPE;