zoukankan      html  css  js  c++  java
  • IfcSanitaryTerminalTypeEnum

    IfcSanitaryTerminalTypeEnum

    IfcSanitaryTerminalTypeEnum定义了可以指定的不同类型卫生终端的范围。

    注意:WCSEAT值已被弃用,不应再使用;马桶座应使用对象类型为“WC Seat”的IfcDiscreteAccessory表示。

    IFC2x2中增加的新类型。

    Enumeration definition

    ConstantDescription
    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.
    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.
     

    EXPRESS Specification

    TYPE IfcSanitaryTerminalTypeEnum = ENUMERATION OF (
     BATH,
     BIDET,
     CISTERN,
     SHOWER,
     SINK,
     SANITARYFOUNTAIN,
     TOILETPAN,
     URINAL,
     WASHHANDBASIN,
     WCSEAT,
     USERDEFINED,
     NOTDEFINED);
    END_TYPE;

    #######################

    QQ 3087438119
  • 相关阅读:
    截取某一个元素的图
    11、python的异常机制
    10、python面向对象三大特性:封装、继承、多态
    9、python之面向对象
    软件测试有前途吗?
    对应届生做测试的同学们的一些建议
    没有代码基础如何学习自动化测试?
    接口自动化测试有哪些工具或者框架?
    软件测试流程
    接口自动化测试中logging实际用法
  • 原文地址:https://www.cnblogs.com/herd/p/15761185.html
Copyright © 2011-2022 走看看