zoukankan      html  css  js  c++  java
  • IfcDistributionPortTypeEnum

    IfcDistributionPortTypeEnum

    此枚举标识不同类型的分发端口。它用于通过端口的通用功能指定端口,该功能确定适用的属性集和兼容系统。

    IFC4增加的枚举类型。

    ConstantDescription
    CABLE Connection to cable segment or fitting for distribution of electricity.
    CABLECARRIER Connection to cable carrier segment or fitting for enclosing cables.
    DUCT Connection to duct segment or fitting for distribution of air.
    PIPE Connection to pipe segment or fitting for distribution of solid, liquid, or gas.
    USERDEFINED User-defined port type.
    NOTDEFINED Undefined port type.
     

    EXPRESS Specification

    TYPE IfcDistributionPortTypeEnum = ENUMERATION OF (
     CABLE,
     CABLECARRIER,
     DUCT,
     PIPE,
     USERDEFINED,
     NOTDEFINED);
    END_TYPE;

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

    QQ 3087438119
  • 相关阅读:
    数据产品—数据仓库
    数据产品-开篇
    os.walk()
    pytest入门
    XML 文件处理
    字符编码
    消息队列
    Pycharm
    AWS入门
    Python配置模块:configparser参数含义
  • 原文地址:https://www.cnblogs.com/herd/p/15364486.html
Copyright © 2011-2022 走看看