Struct Ifc4x2::IfcCooledBeamTypeEnum

Nested Relationships

This struct is a nested type of Struct Ifc4x2.

Struct Documentation

struct Ifc4x2::IfcCooledBeamTypeEnum

Public Types

enum Value

There are two general types of cooled or chilled beams: passive and active.

An active Cooled Beam uses a fan or other auxilliary device to aid in air recirculation, while a passive

Cooled Beam relies solely on convection to cool the space.

Enumeration defining the typical types of cooled beams.

The IfcCooledBeamTypeEnum contains the following:

ACTIVE: An active or ventilated cooled beam provides cooling (and heating) but can also function as an air terminal in a ventilation system.

PASSIVE: A passive or static cooled beam provides cooling (and heating) to a room or zone.

USERDEFINED: User-defined cooled beam type.

NOTDEFINED: Undefined cooled beam type.

HISTORY: New enumeration in IFC 2x2.

Values:

enumerator IfcCooledBeamType_ACTIVE
enumerator IfcCooledBeamType_PASSIVE
enumerator IfcCooledBeamType_USERDEFINED
enumerator IfcCooledBeamType_NOTDEFINED

Public Static Functions

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