Struct Ifc4::IfcDoorStyleConstructionEnum

Nested Relationships

This struct is a nested type of Struct Ifc4.

Struct Documentation

struct Ifc4::IfcDoorStyleConstructionEnum

Public Types

enum Value

Definition from IAI: This enumeration defines the basic types of construction of doors. The construction type relates to the main material (or material combination) used for making the door.

HISTORY New Enumeration in IFC Release 2x .

Values:

enumerator IfcDoorStyleConstruction_ALUMINIUM
enumerator IfcDoorStyleConstruction_HIGH_GRADE_STEEL
enumerator IfcDoorStyleConstruction_STEEL
enumerator IfcDoorStyleConstruction_WOOD
enumerator IfcDoorStyleConstruction_ALUMINIUM_WOOD
enumerator IfcDoorStyleConstruction_ALUMINIUM_PLASTIC
enumerator IfcDoorStyleConstruction_PLASTIC
enumerator IfcDoorStyleConstruction_USERDEFINED
enumerator IfcDoorStyleConstruction_NOTDEFINED

Public Static Functions

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