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
  • 相关阅读:
    搭建好lamp,部署owncloud。
    部署LAMP环境搭建一个网站论坛平台
    二进制编译安装httpd服务
    安装httpd服务并配置
    FTP的应用
    Linux配置IP,安装yum源
    RHEL-server-7.0-Linux-centos安装过程
    zabbix监控某一进程
    python获取windows系统的CPU信息。
    python相关cmdb系统
  • 原文地址:https://www.cnblogs.com/herd/p/15364482.html
Copyright © 2011-2022 走看看