IFC 4.3.0.0 (IFC4X3) final

7.4.2.23 IfcSolarDeviceTypeEnum

7.4.2.23.1 Semantic definition

The IfcSolarDeviceTypeEnum defines different types of solar devices.

7.4.2.23.2 Type values

Type Description
SOLARCOLLECTOR

A device that converts solar radiation into thermal energy (heating water, etc.).

SOLARPANEL

A device that converts solar radiation into electric current.

USERDEFINED

User-defined type.

NOTDEFINED

Undefined type.

Table 7.4.2.23.A

7.4.2.23.3 Formal representation

TYPE IfcSolarDeviceTypeEnum = ENUMERATION OF
	(SOLARCOLLECTOR
	,SOLARPANEL
	,USERDEFINED
	,NOTDEFINED);
END_TYPE;

7.4.2.23.4 References