Struct Ifc2x3::IfcSanitaryTerminalTypeEnum

Nested Relationships

This struct is a nested type of Struct Ifc2x3.

Struct Documentation

struct Ifc2x3::IfcSanitaryTerminalTypeEnum

Public Types

enum Value

The IfcSanitaryTerminalTypeEnum defines the range of different types of sanitary terminal that can be specified.

NOTE: The value WCSEAT has been deprecated and should no longer be used; toilet seats should be represented by IfcDiscreteAccessory with ObjectType ‘WC Seat’. HISTORY: New type in IFC 2x2

Enumeration

BATH: Sanitary appliance for immersion of the human body or parts of it. BIDET: Waste water appliance for washing the excretory organs while sitting astride the bowl. CISTERN: A water storage unit attached to a sanitary terminal that is fitted with a device, operated automatically or by the user, that discharges water to cleanse a water closet (toilet) pan, urinal or slop hopper. SHOWER: Installation or waste water appliance that emits a spray of water to wash the human body. SINK: Waste water appliance for receiving, retaining or disposing of domestic, culinary, laboratory or industrial process liquids. SANITARYFOUNTAIN: A sanitary terminal that provides a low pressure jet of water for a specific purpose. TOILETPAN: Soil appliance for the disposal of excrement. URINAL: Soil appliance that receives urine and directs it to a waste outlet (BS6100). WASHHANDBASIN: Waste water appliance for washing the upper parts of the body. WCSEAT: [Deprecated] Hinged seat that fits on the top of a water closet (WC) pan. USERDEFINED: User-defined type. NOTDEFINED: Undefined type.

Values:

enumerator IfcSanitaryTerminalType_BATH
enumerator IfcSanitaryTerminalType_BIDET
enumerator IfcSanitaryTerminalType_CISTERN
enumerator IfcSanitaryTerminalType_SHOWER
enumerator IfcSanitaryTerminalType_SINK
enumerator IfcSanitaryTerminalType_SANITARYFOUNTAIN
enumerator IfcSanitaryTerminalType_TOILETPAN
enumerator IfcSanitaryTerminalType_URINAL
enumerator IfcSanitaryTerminalType_WASHHANDBASIN
enumerator IfcSanitaryTerminalType_WCSEAT
enumerator IfcSanitaryTerminalType_USERDEFINED
enumerator IfcSanitaryTerminalType_NOTDEFINED

Public Static Functions

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