Struct Ifc4x2::IfcCoilTypeEnum

Nested Relationships

This struct is a nested type of Struct Ifc4x2.

Struct Documentation

struct Ifc4x2::IfcCoilTypeEnum

Public Types

enum Value

Enumeration defining the typical types of coils.

The IfcCoilTypeEnum contains the following:

DXCOOLINGCOIL: Cooling coil using a refrigerant to cool the air stream directly.

WATERCOOLINGCOIL: Cooling coil using chilled water. HYDRONICCOIL supercedes this enumerator.

STEAMHEATINGCOIL: Heating coil using steam as heating source.

WATERHEATINGCOIL: Heating coil using hot water as a heating source. HYDRONICCOIL supercedes this enumerator.

ELECTRICHEATINGCOIL: Heating coil using electricity as a heating source.

GASHEATINGCOIL: Heating coil using gas as a heating source.

HYDRONICCOIL: Cooling or Heating coil that uses a hydronic fluid as a cooling or heating source. USERDEFINED: User-defined coil type.

NOTDEFINED: Undefined coil type.

HISTORY: New enumeration in IFC R2x.

Values:

enumerator IfcCoilType_DXCOOLINGCOIL
enumerator IfcCoilType_ELECTRICHEATINGCOIL
enumerator IfcCoilType_GASHEATINGCOIL
enumerator IfcCoilType_HYDRONICCOIL
enumerator IfcCoilType_STEAMHEATINGCOIL
enumerator IfcCoilType_WATERCOOLINGCOIL
enumerator IfcCoilType_WATERHEATINGCOIL
enumerator IfcCoilType_USERDEFINED
enumerator IfcCoilType_NOTDEFINED

Public Static Functions

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