Struct Ifc4x2::IfcChillerTypeEnum

Nested Relationships

This struct is a nested type of Struct Ifc4x2.

Struct Documentation

struct Ifc4x2::IfcChillerTypeEnum

Public Types

enum Value

Enumeration defining the typical types of Chillers classified by their method of heat rejection. The IfcChillerTypeEnum contains the following:

AIRCOOLED: Air cooled chiller. WATERCOOLED: Water cooled chiller. HEATRECOVERY: Heat recovery chiller. USERDEFINED: User-defined chiller type. NOTDEFINED: Undefined chiller type.

HISTORY: New enumeration in IFC R2x.

Values:

enumerator IfcChillerType_AIRCOOLED
enumerator IfcChillerType_WATERCOOLED
enumerator IfcChillerType_HEATRECOVERY
enumerator IfcChillerType_USERDEFINED
enumerator IfcChillerType_NOTDEFINED

Public Static Functions

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