zoukankan      html  css  js  c++  java
  • IfcMaterialList

    IfcMaterialList

    IfcMaterialList是元素中使用的不同材质的列表。

    注:在更抽象的级别描述元素时,通常会使用类IfcMaterialList。例如,对于建筑规范编写者,可能需要的关于混凝土柱的唯一信息是,它包含混凝土、钢筋和低碳钢连接件。当可以定义不同的层并且可以使用IfcMaterialLayerSet类时,不得将其用于由材料层组成的元件。此外,IfcMaterialList不得用于由单一可识别材料组成的元素(例如,表示各向异性材料)。

    IFC4实体IfcMaterialList已弃用,不再使用。改用IfcMaterialConstituteSet。

    Entity inheritanceAttribute inheritance

    Attribute inheritance

    #AttributeTypeCardinalityDescriptionC
    IfcMaterialList
    1 Materials IfcMaterial L[1:?] Materials used in a composition of substances. X
     

    EXPRESS Specification

    ENTITY IfcMaterialList;
      Materials : LIST [1:?] OF IfcMaterial;
    END_ENTITY;

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

    QQ 3087438119
  • 相关阅读:
    第一次作业
    1-10的四则运算
    实验九
    实验五
    实验四
    实验三
    实验二
    实验一
    汇编第一章总结
    实验九
  • 原文地址:https://www.cnblogs.com/herd/p/15756674.html
Copyright © 2011-2022 走看看