IFC 4.3.2.20251031 (IFC4X3_ADD2) under development

8.10.3.17 IfcMaterialRelationship(材料关系)

8.10.3.17.1 语义定义(Semantic definition)

IfcMaterialRelationship 定义了材料定义中部分与整体之间的关系(例如在复合材料中)。由 RelatedMaterials 集合表示的部分材料,是构成单个材料聚合体的材料组分。

8.10.3.17.2 实体继承(Entity inheritance)

8.10.3.17.3 特性(Attributes)

# 特性(Attributes) 类型 描述
IfcResourceLevelRelationship (2)
1 Name OPTIONAL IfcLabel

用于标识或限定关系的名称。

2 Description OPTIONAL IfcText

可为关系提供附加信息的描述说明。

点击显示 2 个隐藏的继承特性 点击隐藏 2 个继承特性
IfcMaterialRelationship (3)
3 RelatingMaterial IfcMaterial

引用作为整体的材料(复合材料)。

4 RelatedMaterials SET [1:?] OF IfcMaterial

引用相关的材料(作为复合材料的组分)。

5 MaterialExpression OPTIONAL IfcLabel

无可用描述

表 8.10.3.17.A

8.10.3.17.4 形式化表示(Formal representation)

ENTITY IfcMaterialRelationship
 SUBTYPE OF (IfcResourceLevelRelationship);
	RelatingMaterial : IfcMaterial;
	RelatedMaterials : SET [1:?] OF IfcMaterial;
	MaterialExpression : OPTIONAL IfcLabel;
END_ENTITY;

8.10.3.17.5 参考文献