Struct Ifc4x1::IfcAirTerminalBoxTypeEnum

Nested Relationships

This struct is a nested type of Struct Ifc4x1.

Struct Documentation

struct Ifc4x1::IfcAirTerminalBoxTypeEnum

Public Types

enum Value

This enumeration identifies different types of air terminal boxes.

Valid enumerations are:

CONSTANTFLOW: Terminal box does not include a means to reset the volume automatically to an outside signal such as thermostat. VARIABLEFLOWPRESSUREDEPENDANT: terminal box includes a means to reset the volume automatically to a different control point in response to an outside signal such as thermostat: air-flow rate depends on supply pressure. VARIABLEFLOWPRESSUREINDEPENDANT: terminal box includes a means to reset the volume automatically to a different control point in response to an outside signal such as thermostat: air-flow rate is independant of supply pressure. USERDEFINED: User-defined terminal box. NOTDEFINED: Undefined terminal box.

HISTORY: New enumeration in IFC R2.0

Values:

enumerator IfcAirTerminalBoxType_CONSTANTFLOW
enumerator IfcAirTerminalBoxType_VARIABLEFLOWPRESSUREDEPENDANT
enumerator IfcAirTerminalBoxType_VARIABLEFLOWPRESSUREINDEPENDANT
enumerator IfcAirTerminalBoxType_USERDEFINED
enumerator IfcAirTerminalBoxType_NOTDEFINED

Public Static Functions

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