IFC 4.3.2.20240128 (IFC4X3_ADD2) under development

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.

Table 6.4.2.1.A

6.4.2.1.3 Formal representation

TYPE IfcFurnitureTypeEnum = ENUMERATION OF
	(BED
	,CHAIR
	,DESK
	,FILECABINET
	,SHELF
	,SOFA
	,TABLE
	,TECHNICALCABINET
	,USERDEFINED
	,NOTDEFINED);
END_TYPE;

6.4.2.1.4 References

Edit on Github


Is this page difficult to understand? Let us know!

6.4.2.1.5 Changelog

6.4.2.1.5.1 IFC4

  • New resource

6.4.2.1.5.2 IFC4.3_DEV_70ee25e8

  • item, TECHNICALCABINET