zoukankan      html  css  js  c++  java
  • IfcFireSuppressionTerminalTypeEnum

    IfcFireSuppressionTerminalTypeEnum

    IfcFireSuppressionTerminalTypeEnum定义了可以指定的不同类型灭火终端的范围。

    IFC2x2中增加的新类型。

    Enumeration definition

    ConstantDescription
    BREECHINGINLET Symmetrical pipe fitting that unites two or more inlets into a single pipe. A breeching inlet may be used on either a wet or dry riser. Used by fire services personnel for fast connection of fire appliance hose reels. May also be used for foam.
    FIREHYDRANT Device, fitted to a pipe, through which a temporary supply of water may be provided. May also be termed a stand pipe.
    HOSEREEL A supporting framework on which a hose may be wound.
    SPRINKLER Device for sprinkling water from a pipe under pressure over an area.
    SPRINKLERDEFLECTOR Device attached to a sprinkler to deflect the water flow into a spread pattern to cover the required area.
    USERDEFINED User-defined type
    NOTDEFINED Underined type.
     

    EXPRESS Specification

    TYPE IfcFireSuppressionTerminalTypeEnum = ENUMERATION OF (
     BREECHINGINLET,
     FIREHYDRANT,
     HOSEREEL,
     SPRINKLER,
     SPRINKLERDEFLECTOR,
     USERDEFINED,
     NOTDEFINED);
    END_TYPE;

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

    QQ 3087438119
  • 相关阅读:
    适配器模式
    注册模式
    工厂模式
    策略模式和注入控制反转
    验签
    php中加密和解密
    asp.net textbox keyup事件触发后台的textchange事件
    jquery $.post 返回json数据
    网页播放音频、视频文件——基于web的html 5的音乐播放器(转载)
    c# 柱状图(转载)
  • 原文地址:https://www.cnblogs.com/herd/p/15760162.html
Copyright © 2011-2022 走看看