Struct Ifc4::IfcProtectiveDeviceTrippingUnitTypeEnum

Nested Relationships

This struct is a nested type of Struct Ifc4.

Struct Documentation

struct Ifc4::IfcProtectiveDeviceTrippingUnitTypeEnum

Public Types

enum Value

Defines the range of different tripping unit types that can be used in conjunction with a protective device. HISTORY: New enumeration in IFC2x4

ELECTRONIC: A tripping unit activated by electronic action. ELECTROMAGNETIC: A tripping unit activated by electromagnetic action. RESIDUALCURRENT: A tripping unit activated by residual current detection. THERMAL: A tripping unit activated by thermal action.

Values:

enumerator IfcProtectiveDeviceTrippingUnitType_ELECTRONIC
enumerator IfcProtectiveDeviceTrippingUnitType_ELECTROMAGNETIC
enumerator IfcProtectiveDeviceTrippingUnitType_RESIDUALCURRENT
enumerator IfcProtectiveDeviceTrippingUnitType_THERMAL
enumerator IfcProtectiveDeviceTrippingUnitType_USERDEFINED
enumerator IfcProtectiveDeviceTrippingUnitType_NOTDEFINED

Public Static Functions

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