Navigation

IfcPhysicalOrVirtualEnum

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

History
New Enumeration in IFC Release 2.0

ENUMERATION
Physical
Virtual
NotDefined

EXPRESS specification:

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

References (1):

Name Type Referred through Express-G
IfcRelSpaceBoundary Entity
Attribute 'PhysicalOrVirtualBoundary'
Diagram 3