6.4.2.4 IfcSystemFurnitureElementTypeEnum
6.4.2.4.1 Semantic definition
IfcSystemFurnitureElementTypeEnum defines the types of system furniture from which the type required can be selected.
6.4.2.4.2 Type values
| Type | Description |
|---|---|
PANEL
| |
SUBRACK
| |
WORKSURFACE
| |
USERDEFINED
| |
NOTDEFINED
|
6.4.2.4.3 Formal representation
TYPE IfcSystemFurnitureElementTypeEnum = ENUMERATION OF
(PANEL
,SUBRACK
,WORKSURFACE
,USERDEFINED
,NOTDEFINED);
END_TYPE;