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;

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