Struct Ifc4x3_rc1::IfcBuildingElementPartTypeEnum

Nested Relationships

This struct is a nested type of Struct Ifc4x3_rc1.

Struct Documentation

struct Ifc4x3_rc1::IfcBuildingElementPartTypeEnum

Public Types

enum Value

Definition from IAI: This enumeration defines the different types of building element parts:

INSULATION: The part provides thermal insulation, for example as insulation layer between wall panels in sandwich walls or as infill in stud walls. PRECASTPANEL: The part is a precast panel, usually as an internal or external layer in a sandwich wall panel. USERDEFINED: User-defined accessory NOTDEFINED: Undefined accessory

HISTORY New Enumeration in IFC 2x4.

Values:

enumerator IfcBuildingElementPartType_INSULATION
enumerator IfcBuildingElementPartType_PRECASTPANEL
enumerator IfcBuildingElementPartType_APRON
enumerator IfcBuildingElementPartType_ARMOURUNIT
enumerator IfcBuildingElementPartType_SAFETYCAGE
enumerator IfcBuildingElementPartType_USERDEFINED
enumerator IfcBuildingElementPartType_NOTDEFINED

Public Static Functions

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