Struct Ifc4::IfcJunctionBoxTypeEnum

Nested Relationships

This struct is a nested type of Struct Ifc4.

Struct Documentation

struct Ifc4::IfcJunctionBoxTypeEnum

Public Types

enum Value

The IfcJunctionBoxTypeEnum defines the range of types of junction boxes available. HISTORY: New type in IFC 2x2. Values added in IFC 2x4.

POWER: Contains cables, outlets, and/or switches for electrical power. DATA: Contains cables, outlets, and/or switches for communications use. USERDEFINED: User-defined type. NOTDEFINED: Undefined type.

Values:

enumerator IfcJunctionBoxType_DATA
enumerator IfcJunctionBoxType_POWER
enumerator IfcJunctionBoxType_USERDEFINED
enumerator IfcJunctionBoxType_NOTDEFINED

Public Static Functions

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