Struct Ifc4x3_rc1::IfcWindowTypeEnum

Nested Relationships

This struct is a nested type of Struct Ifc4x3_rc1.

Struct Documentation

struct Ifc4x3_rc1::IfcWindowTypeEnum

Public Types

enum Value

Definition from IAI: This enumeration defines the different predefined types of an IfcWindowType object can fulfill:

WINDOW: A standard window usually within a wall opening, as a window panel in a curtain wall, or as a “free

standing” window. SKYLIGHT: A window within a sloped building element, usually a roof slab. LIGHTDOME: A special window that lies horizonally in a roof slab opening. USERDEFINED: User-defined window element. NOTDEFINED: Undefined window element

HISTORY New Enumeration in IFC2x4.

Values:

enumerator IfcWindowType_WINDOW
enumerator IfcWindowType_SKYLIGHT
enumerator IfcWindowType_LIGHTDOME
enumerator IfcWindowType_USERDEFINED
enumerator IfcWindowType_NOTDEFINED

Public Static Functions

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