Struct Ifc4x1::IfcWindowStyleConstructionEnum

Nested Relationships

This struct is a nested type of Struct Ifc4x1.

Struct Documentation

struct Ifc4x1::IfcWindowStyleConstructionEnum

Public Types

enum Value

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

HISTORY New Enumeration in IFC Release 2x .

Values:

enumerator IfcWindowStyleConstruction_ALUMINIUM
enumerator IfcWindowStyleConstruction_HIGH_GRADE_STEEL
enumerator IfcWindowStyleConstruction_STEEL
enumerator IfcWindowStyleConstruction_WOOD
enumerator IfcWindowStyleConstruction_ALUMINIUM_WOOD
enumerator IfcWindowStyleConstruction_PLASTIC
enumerator IfcWindowStyleConstruction_OTHER_CONSTRUCTION
enumerator IfcWindowStyleConstruction_NOTDEFINED

Public Static Functions

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