IFC 4.3.0.0 (IFC4X3) final

7.5.2.28 IfcSpaceHeaterTypeEnum

7.5.2.28.1 Semantic definition

Enumeration defining the functional type of space heater.

7.5.2.28.2 Type values

Type Description
CONVECTOR

A heat-distributing unit that operates with gravity-circulated air.

RADIATOR

A heat-distributing unit that operates with thermal radiation.

USERDEFINED

User-defined space heater type.

NOTDEFINED

Undefined space heater type.

Table 7.5.2.28.A

7.5.2.28.3 Formal representation

TYPE IfcSpaceHeaterTypeEnum = ENUMERATION OF
	(CONVECTOR
	,RADIATOR
	,USERDEFINED
	,NOTDEFINED);
END_TYPE;

7.5.2.28.4 References