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
  • 相关阅读:
    javascript零散要点收集
    javascript闭包,arguments和prototype
    javascript面向对象规则汇总以及json
    递归转非递归的编程思想
    汇编要点汇总
    队列相关算法
    深度优先遍历算法
    C++面向对象要点
    堆排序
    快速排序算法
  • 原文地址:https://www.cnblogs.com/herd/p/15364482.html
Copyright © 2011-2022 走看看