6.4.2.1 IfcFurnitureTypeEnum
6.4.2.1.1 Semantic definition
IfcFurnitureTypeEnum defines the types of furniture from which the type required can be selected.
6.4.2.1.2 Type values
Type | Description |
---|---|
BED
|
Furniture for sleeping. |
CHAIR
|
Furniture for seating a single person. |
DESK
|
Furniture with a countertop and optional drawers for a single person. |
FILECABINET
|
Furniture with sliding drawers for storing files. |
SHELF
|
Furniture for storing books or other items. |
SOFA
|
Furniture for seating multiple people. |
TABLE
|
Furniture with a countertop for multiple people. |
TECHNICALCABINET
|
A technical cabinet is a piece of furniture for holding, displaying and protecting technical appliances, usually organized in shelves, drawers or racks. |
USERDEFINED
|
User-defined type. |
NOTDEFINED
|
Undefined type. |
6.4.2.1.3 Formal representation
TYPE IfcFurnitureTypeEnum = ENUMERATION OF
(BED
,CHAIR
,DESK
,FILECABINET
,SHELF
,SOFA
,TABLE
,TECHNICALCABINET
,USERDEFINED
,NOTDEFINED);
END_TYPE;