Struct Ifc4x2::IfcBoilerTypeEnum

Nested Relationships

This struct is a nested type of Struct Ifc4x2.

Struct Documentation

struct Ifc4x2::IfcBoilerTypeEnum

Public Types

enum Value

Enumeration defining the typical types of boilers. The IfcBoilerTypeEnum contains the following:

WATER: Water boiler. STEAM: Steam boiler. USERDEFINED: User-defined Boiler type. NOTDEFINED: Undefined Boiler type.

HISTORY: New enumeration in IFC R2x.

Values:

enumerator IfcBoilerType_WATER
enumerator IfcBoilerType_STEAM
enumerator IfcBoilerType_USERDEFINED
enumerator IfcBoilerType_NOTDEFINED

Public Static Functions

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