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
  • 相关阅读:
    面试题目小结
    面试题目3
    C#中new和override区别
    [转]:存储过程与函数的区别
    [转载]:C# 面试题大全
    [转]:C++虚函数表解析
    【修订版】C#/ASP.Net 面试题及答案(1)
    [转载]:C# 中结构与类的区别
    [转载]:C#笔试题面试题锦集
    [转载]:SQL Server性能调优之执行计划深度剖析 第一节 浅析SQL执行的过程
  • 原文地址:https://www.cnblogs.com/herd/p/15761185.html
Copyright © 2011-2022 走看看