zoukankan      html  css  js  c++  java
  • IfcDistributionChamberElementTypeEnum

    IfcDistributionChamberElementTypeEnum

    此枚举标识不同类型的配电室。

    IFC2x2中的新枚举类型。

    枚举值:

    ConstantDescription
    FORMEDDUCT Space formed in the ground for the passage of pipes, cables, ducts.
    INSPECTIONCHAMBER Chamber constructed on a drain, sewer or pipeline with a removable cover that permits visble inspection.
    INSPECTIONPIT Recess or chamber formed to permit access for inspection of substructure and services.
    MANHOLE hamber constructed on a drain, sewer or pipeline with a removable cover that permits the entry of a person.
    METERCHAMBER Chamber that houses a meter(s).
    SUMP Recessed or small chamber into which liquid is drained to facilitate its collection for removal.
    TRENCH Excavated chamber, the length of which typically exceeds the width.
    VALVECHAMBER Chamber that houses a valve(s).
    USERDEFINED User-defined chamber type.
    NOTDEFINED Undefined chamber type.
     

    EXPRESS Specification

    TYPE IfcDistributionChamberElementTypeEnum = ENUMERATION OF (
     FORMEDDUCT,
     INSPECTIONCHAMBER,
     INSPECTIONPIT,
     MANHOLE,
     METERCHAMBER,
     SUMP,
     TRENCH,
     VALVECHAMBER,
     USERDEFINED,
     NOTDEFINED);
    END_TYPE;

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

    QQ 3087438119
  • 相关阅读:
    window.open 打开全屏窗口
    H5实现全屏与F11全屏
    泛型 总结
    java 反射
    静态工厂模式
    设计模式---单例模式
    String、List、array相互转换
    将数组转换成list
    将对象转换成json字符串的几种方式
    在map中放入数据时,如果key相同,会替换掉之前的相同key的数据
  • 原文地址:https://www.cnblogs.com/herd/p/15364482.html
Copyright © 2011-2022 走看看