IFC 4.3.2.20250327 (IFC4X3_ADD2) under development

7.5.2.4 IfcBoilerTypeEnum

7.5.2.4.1 Semantic definition

Enumeration defining the typical types of boilers.

7.5.2.4.2 Type values

Type Description
STEAM

Steam boiler.

WATER

Water boiler.

USERDEFINED

User-defined Boiler type.

NOTDEFINED

Undefined Boiler type.

Table 7.5.2.4.A

7.5.2.4.3 Formal representation

TYPE IfcBoilerTypeEnum = ENUMERATION OF
(STEAM
,WATER
,USERDEFINED
,NOTDEFINED);
END_TYPE;

7.5.2.4.4 References