Struct Ifc4x2::IfcElectricDistributionBoardTypeEnum

Nested Relationships

This struct is a nested type of Struct Ifc4x2.

Struct Documentation

struct Ifc4x2::IfcElectricDistributionBoardTypeEnum

Public Types

enum Value

The IfcElectricDistributionBoardTypeEnum defines the range of different types and/or functions of electric distribution board possible. HISTORY: New type in IFC 2x4. Replaces IfcElectricDistributionPointTypeEnum

Enumeration

CONSUMERUNIT: A distribution point on the incoming electrical supply, typically in domestic premises, at which protective devices are located. DISTRIBUTIONBOARD: A distribution point at which connections are made for distribution of electrical circuits usually through protective devices. MOTORCONTROLCENTRE: A distribution point at which starting and control devices for major plant items are located. SWITCHBOARD: A distribution point at which switching devices are located. USERDEFINED: User-defined type. NOTDEFINED: Undefined type.

Values:

enumerator IfcElectricDistributionBoardType_CONSUMERUNIT
enumerator IfcElectricDistributionBoardType_DISTRIBUTIONBOARD
enumerator IfcElectricDistributionBoardType_MOTORCONTROLCENTRE
enumerator IfcElectricDistributionBoardType_SWITCHBOARD
enumerator IfcElectricDistributionBoardType_USERDEFINED
enumerator IfcElectricDistributionBoardType_NOTDEFINED

Public Static Functions

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