IFC 4.3.2.20250219 (IFC4X3_ADD2) under development

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

Edit on Github

3 contributor(s):
Last change: Improve definition split (#876) * bring back headers headers were previously removed by mistake, now bringing them back * add new lines and rename the tag add the word 'short' in it * unify newlines make exactly one newline before and two after the tag * resolving typos Because bringing back headers required to go back in time to previous version, I'm now re-resolving the issues: #861, #860, #856 by ArturTomczak on 7/16/2024, 2:07:28 PM

Is this page difficult to understand? Let us know!

7.4.2.23.5 Changelog

7.4.2.23.5.1 IFC4

  • New resource