Struct Ifc4x3_rc1::IfcCoolingTowerTypeEnum

Nested Relationships

This struct is a nested type of Struct Ifc4x3_rc1.

Struct Documentation

struct Ifc4x3_rc1::IfcCoolingTowerTypeEnum

Public Types

enum Value

Enumeration defining the typical types of cooling towers. The IfcCoolingTowerTypeEnum contains the following:

NATURALDRAFT: Air flow is produced naturally. MECHANICALINDUCEDDRAFT: Air flow is produced by a mechanical device, typically one or more fans, located on

the air outlet side of the cooling tower. MECHANICALFORCEDDRAFT: Air flow is produced by a mechanical device, typically one or more fans, located on

the inlet air side of the cooling tower. USERDEFINED: User-defined cooling tower type. NOTDEFINED: Undefined cooling tower type.

HISTORY: New enumeration in IFC R2x.

Values:

enumerator IfcCoolingTowerType_NATURALDRAFT
enumerator IfcCoolingTowerType_MECHANICALINDUCEDDRAFT
enumerator IfcCoolingTowerType_MECHANICALFORCEDDRAFT
enumerator IfcCoolingTowerType_USERDEFINED
enumerator IfcCoolingTowerType_NOTDEFINED

Public Static Functions

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