zoukankan      html  css  js  c++  java
  • IfcInterceptorTypeEnum

    IfcInterceptorTypeEnum

    IfcInterceptorTypeEnum定义了可以指定的不同类型的拦截器的范围。

    IFC4中增加的新类型。

    Enumeration definition

    ConstantDescription
    CYCLONIC Removes larger liquid drops or larger solid particles.
    GREASE Chamber, on the line of a drain or discharge pipe, that prevents grease passing into a drainage system.
    OIL One or more chambers arranged to prevent the ingress of oil to a drain or sewer that retains the oil for later removal.
    PETROL Two or more chambers with inlet and outlet pipes arranged to allow petrol/gasoline collected on the surface of water drained into them to evaporate through ventilating pipes.
    USERDEFINED User-defined type.
    NOTDEFINED Undefined type.
     

    EXPRESS Specification

    TYPE IfcInterceptorTypeEnum = ENUMERATION OF (
     CYCLONIC,
     GREASE,
     OIL,
     PETROL,
     USERDEFINED,
     NOTDEFINED);
    END_TYPE;

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

    QQ 3087438119
  • 相关阅读:
    4.Docker Compose 部署 Nexus
    3.Docker Compose 部署 GitLab
    2.Docker Compose 部署应用程序
    1.Docker Compose
    6.Dockerfile 指令
    5.Dockerfile 定制镜像
    4.Docker 操作容器
    3.Docker 操作镜像
    2.Ubuntu安装 Docker
    windows快捷键
  • 原文地址:https://www.cnblogs.com/herd/p/15761176.html
Copyright © 2011-2022 走看看