8.10.3.3 IfcMaterialConstituent(材料成分)
RV ⓘ
AbV ⓘ
8.10.3.3.1 语义定义(Semantic definition)
IfcMaterialConstituent 是由多个部分(一个或多个)构成的元素中单一且可识别的部分,每个部分都具有独立的材料。材料成分与部件的关联通过关键字作为 Name 属性的值提供。为了识别和区分材料成分所适用的形状表示部分,元素的 IfcProductDefinitionShape 必须包含 IfcShapeAspect 的实例,并使用相同的关键字作为其 Name 属性。
注意 请参阅可能应用 IfcMaterialConstituentSet 的各个元素的"材料使用定义",以了解作为 IfcMaterialConstituent.Name 值的此类关键字的必需或推荐定义。
8.10.3.3.2 实体继承(Entity inheritance)
8.10.3.3.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 个继承特性 | |||
| IfcMaterialConstituent (6) | |||
| 1 | Name | OPTIONAL IfcLabel |
材料成分的名称。 |
| 2 | Description | OPTIONAL IfcText |
用描述性术语定义材料成分。 |
| 3 | Material | IfcMaterial |
对构成成分的材料的引用。 |
| 4 | Fraction | OPTIONAL IfcNormalisedRatioMeasure |
可选提供由该 IfcMaterialConstituent 贡献给 IfcMaterialConstituentSet 的总量(体积或重量)的分数。 |
| 5 | Category | OPTIONAL IfcLabel |
材料成分的类别,例如在其所属的成分集中所扮演的角色。 |
| ToMaterialConstituentSet | IfcMaterialConstituentSet FOR MaterialConstituents |
包含此材料成分的材料成分集。 |
|
8.10.3.3.4 形式化表示(Formal representation)
ENTITY IfcMaterialConstituent
SUBTYPE OF (IfcMaterialDefinition);
Name : OPTIONAL IfcLabel;
Description : OPTIONAL IfcText;
Material : IfcMaterial;
Fraction : OPTIONAL IfcNormalisedRatioMeasure;
Category : OPTIONAL IfcLabel;
INVERSE
ToMaterialConstituentSet : IfcMaterialConstituentSet FOR MaterialConstituents;
END_ENTITY;