IFC 4.3.2.20251031 (IFC4X3_ADD2) under development

8.10.3.4 IfcMaterialConstituentSet(材料成分集)

RV ⓘ
AbV ⓘ

8.10.3.4.1 语义定义(Semantic definition)

IfcMaterialConstituentSet 是一个由单个材料成分组成的集合,每个成分将材料分配给元素的某个部分。这些部分仅通过关键字进行标识(与 IfcMaterialLayerSetIfcMaterialProfileSet 不同,后者的每个部分都有独立的形状参数(层厚度或层轮廓))。

注意 请参阅可能应用 IfcMaterialConstituentSet 的各个元素的"材料使用定义",以了解此类关键字的要求或推荐定义。

8.10.3.4.2 实体继承(Entity inheritance)

8.10.3.4.3 特性(Attributes)

# 特性(Attributes) 类型 描述
IfcMaterialDefinition (3)
AssociatedTo SET [0:?] OF IfcRelAssociatesMaterial FOR RelatingMaterial

在构件实例或构件类型的材料关联中使用 IfcMaterialDefinition 子类型。该关联通过 IfcRelAssociatesMaterial 关系建立。

HasExternalReferences SET [0:?] OF IfcExternalReferenceRelationship FOR RelatedResourceObjects

引用与材料相关的外部参考,例如库、分类或文档信息。

HasProperties SET [0:?] OF IfcMaterialProperties FOR Material

分配给 IfcMaterialDefinition 子类型实例的材料属性。

点击显示 3 个隐藏的继承特性 点击隐藏 3 个继承特性
IfcMaterialConstituentSet (3)
1 Name OPTIONAL IfcLabel

材料成分集的已知名称。

2 Description OPTIONAL IfcText

以描述性术语定义材料成分集。

3 MaterialConstituents OPTIONAL SET [1:?] OF IfcMaterialConstituent

标识构成材料成分集的各个成分。

表 8.10.3.4.A

8.10.3.4.4 形式化表示(Formal representation)

ENTITY IfcMaterialConstituentSet
 SUBTYPE OF (IfcMaterialDefinition);
	Name : OPTIONAL IfcLabel;
	Description : OPTIONAL IfcText;
	MaterialConstituents : OPTIONAL SET [1:?] OF IfcMaterialConstituent;
END_ENTITY;

8.10.3.4.5 参考文献