IFC 4.3.2.20251031 (IFC4X3_ADD2) under development

8.18.3.15 IfcShapeAspect(形状特征)

8.18.3.15.1 语义定义(Semantic definition)

IfcShapeAspect 允许对表示产品形状特征(或组件)的形状表示项进行分组。通过这种方式,产品形状组件的形状表示可以明确指向产品的特定部分。

IfcShapeAspect 可能具有与产品形状表示其他部分不同的特定材料信息或其他特征。

图1展示了材料特性与形状特征的关联关系。

形状
图1 — 用于关联材料的形状特征

非正式命题

  1. 如果 ShapeRepresentations 指向作为 IfcProductDefinitionShape 组成部分的形状表示,则 PartOfProductDefinitionShape 必须引用此 IfcProductDefinitionShape 实例。
  2. 如果 ShapeRepresentations 指向作为 IfcRepresentationMap 组成部分的形状表示,则 PartOfProductDefinitionShape 必须引用此 IfcRepresentationMap 实例。

8.18.3.15.2 实体继承(Entity inheritance)

8.18.3.15.3 特性(Attributes)

# 特性(Attributes) 类型 描述
表 8.18.3.15.B

8.18.3.15.4 形式化表示(Formal representation)

ENTITY IfcShapeAspect;
	ShapeRepresentations : LIST [1:?] OF IfcShapeModel;
	Name : OPTIONAL IfcLabel;
	Description : OPTIONAL IfcText;
	ProductDefinitional : IfcLogical;
	PartOfProductDefinitionShape : OPTIONAL IfcProductRepresentationSelect;
 INVERSE
	HasExternalReferences : SET [0:?] OF IfcExternalReferenceRelationship FOR RelatedResourceObjects;
END_ENTITY;

8.18.3.15.5 参考文献