![]() | Space Heater Type Enum |
![]() | Enumération des types de radiateur |
| Item | SPF | XML | Change | Description | IFC2x3 to IFC4 |
|---|---|---|---|---|
| IfcSpaceHeaterTypeEnum | ||||
| RADIATOR | ADDED | |||
| SECTIONALRADIATOR | X | X | DELETED | |
| PANELRADIATOR | X | X | DELETED | |
| TUBULARRADIATOR | X | X | DELETED | |
| BASEBOARDHEATER | X | X | DELETED | |
| FINNEDTUBEUNIT | X | X | DELETED | |
| UNITHEATER | X | X | DELETED |
Enumeration defining the functional type of space heater.
NOTE This enumeration was revised in IFC4 and was renamed from IfcHydronicHeaterTypeEnum in IFC2x.
HISTORY New enumeration in IFC2x.
| Constant | 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. |
<xs:simpleType name="IfcSpaceHeaterTypeEnum">
<xs:restriction base="xs:string">
<xs:enumeration value="convector"/>
<xs:enumeration value="radiator"/>
<xs:enumeration value="userdefined"/>
<xs:enumeration value="notdefined"/>
</xs:restriction>
</xs:simpleType>
TYPE IfcSpaceHeaterTypeEnum = ENUMERATION OF (
CONVECTOR,
RADIATOR,
USERDEFINED,
NOTDEFINED);
END_TYPE;