5.4.2.26 IfcVirtualElementTypeEnum
5.4.2.26.1 Semantic definition
Enumeration of Virtual Element Types.
5.4.2.26.2 Type values
| Type | Description |
|---|---|
BOUNDARY
| |
CLEARANCE
| |
PROVISIONFORVOID
| |
USERDEFINED
| |
NOTDEFINED
|
5.4.2.26.3 Formal representation
TYPE IfcVirtualElementTypeEnum = ENUMERATION OF
(BOUNDARY
,CLEARANCE
,PROVISIONFORVOID
,USERDEFINED
,NOTDEFINED);
END_TYPE;