Struct Ifc4x2::IfcBurnerTypeEnum

Nested Relationships

This struct is a nested type of Struct Ifc4x2.

Struct Documentation

struct Ifc4x2::IfcBurnerTypeEnum

Public Types

enum Value

Enumeration defining the functional type of burner. The IfcBurnerTypeEnum contains the following:

USERDEFINED: User-defined burner type. NOTDEFINED: Undefined burner type.

HISTORY: New enumeration in IFC R2x4.

Values:

enumerator IfcBurnerType_USERDEFINED
enumerator IfcBurnerType_NOTDEFINED

Public Static Functions

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