Struct Ifc4x1::IfcFlowMeterTypeEnum

Nested Relationships

This struct is a nested type of Struct Ifc4x1.

Struct Documentation

struct Ifc4x1::IfcFlowMeterTypeEnum

Public Types

enum Value

This enumeration defines various types of flow meter:

ENERGYMETER: An electric meter or energy meter is a device that measures the amount of electrical energy supplied to or produced by a residence, business or machine.

GASMETER: A device that measures the quantity of a gas or fuel.

OILMETER: A device that measures the quantity of oil.

WATERMETER: A device that measures the quantity of water.

USERDEFINED: User-defined meter type

NOTDEFINED: Undefined meter type

HISTORY: New enumeration in IFC 2x2

Values:

enumerator IfcFlowMeterType_ENERGYMETER
enumerator IfcFlowMeterType_GASMETER
enumerator IfcFlowMeterType_OILMETER
enumerator IfcFlowMeterType_WATERMETER
enumerator IfcFlowMeterType_USERDEFINED
enumerator IfcFlowMeterType_NOTDEFINED

Public Static Functions

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