Struct Ifc4x2::IfcSpaceHeaterTypeEnum

Nested Relationships

This struct is a nested type of Struct Ifc4x2.

Struct Documentation

struct Ifc4x2::IfcSpaceHeaterTypeEnum

Public Types

enum Value

Enumeration defining the functional type of space heater.

The IfcSpaceHeaterTypeEnum contains the following:

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.

NOTE: This enumeration was revised in IFC 2x4 and was renamed from IfcHydronicHeaterTypeEnum in IFC R2x.

HISTORY: New enumeration in IFC R2x.

Values:

enumerator IfcSpaceHeaterType_CONVECTOR
enumerator IfcSpaceHeaterType_RADIATOR
enumerator IfcSpaceHeaterType_USERDEFINED
enumerator IfcSpaceHeaterType_NOTDEFINED

Public Static Functions

IFC_PARSE_API const char *ToString(Value v)
IFC_PARSE_API Value FromString(const std::string &s)