IFC 4.3.2.20251031 (IFC4X3_ADD2) under development

8.10.3.12 IfcMaterialProfileSet(材料轮廓集)

RV ⓘ
AbV ⓘ

8.10.3.12.1 语义定义(Semantic definition)

IfcMaterialProfileSet 是通过该名称来识别由单个或多个材料轮廓构成的棱柱形构件(例如梁或柱)的单独材料。

注意 对于多个 MaterialProfiles 的情况,IfcMaterialProfileSet 中各个轮廓的相对定位是使用 IfcProfileResource 模式中的 IfcCompositeProfileDef 概念来定义的;否则,仅给出一个 MaterialProfile,并由单独的 IfcProfileDef(子类型)定义。

8.10.3.12.2 实体继承(Entity inheritance)

8.10.3.12.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 个继承特性
IfcMaterialProfileSet (4)
1 Name OPTIONAL IfcLabel

材料轮廓集的已知名称。

2 Description OPTIONAL IfcText

用描述性术语定义材料轮廓集。

3 MaterialProfiles LIST [1:?] OF IfcMaterialProfile

标识构成材料轮廓集的轮廓。

4 CompositeProfile OPTIONAL IfcCompositeProfileDef

引用复合轮廓定义,该材料轮廓集为其各个轮廓关联材料。如果仅使用单个材料轮廓(最典型的情况),则不声明 CompositeProfile

注意 引用的 IfcCompositeProfileDef 实例应由当前 IfcMaterialProfileSet 中通过 MaterialProfiles 列表使用的所有 IfcProfileDef 实例组成。

表 8.10.3.12.A

8.10.3.12.4 形式化表示(Formal representation)

ENTITY IfcMaterialProfileSet
 SUBTYPE OF (IfcMaterialDefinition);
	Name : OPTIONAL IfcLabel;
	Description : OPTIONAL IfcText;
	MaterialProfiles : LIST [1:?] OF IfcMaterialProfile;
	CompositeProfile : OPTIONAL IfcCompositeProfileDef;
END_ENTITY;

8.10.3.12.5 参考文献