Struct Ifc2x3::IfcHeatExchangerTypeEnum

Nested Relationships

This struct is a nested type of Struct Ifc2x3.

Struct Documentation

struct Ifc2x3::IfcHeatExchangerTypeEnum

Public Types

enum Value

Enumeration defining the typical types of heat exchangers. The IfcHeatExchangerTypeEnum contains the following:

PLATE: Plate heat exchanger. SHELLANDTUBE: Shell and Tube heat exchanger. USERDEFINED: User-defined heat exchanger type. NOTDEFINED: Undefined heat exchanger type.

HISTORY: New enumeration in IFC R2x.

Values:

enumerator IfcHeatExchangerType_PLATE
enumerator IfcHeatExchangerType_SHELLANDTUBE
enumerator IfcHeatExchangerType_USERDEFINED
enumerator IfcHeatExchangerType_NOTDEFINED

Public Static Functions

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