IFC 4.3.2.20251031 (IFC4X3_ADD2) under development

8.9.3.38 IfcMappedItem(映射项)

RV ⓘ
AbV ⓘ

8.9.3.38.1 语义定义(Semantic definition)

IfcMappedItem 是源定义的插入实例(可与块/共享单元/宏定义相比较)。该实例通过应用笛卡尔变换运算符作为 MappingTarget 进行插入。

非正式命题

  1. 映射项不应通过参与被映射表示的定义而自引用。
  2. 如果映射源是几何表示项,则映射源和映射目标的维度必须相同。

8.9.3.38.2 实体继承(Entity inheritance)

8.9.3.38.3 特性(Attributes)

# 特性(Attributes) 类型 描述
IfcRepresentationItem (2)
LayerAssignment SET [0:1] OF IfcPresentationLayerAssignment FOR AssignedItems

将表示项分配给单个或多个层。LayerAssignments 可以覆盖其所在的 IfcRepresentationItems 列表中的 LayerAssignments

StyledByItem SET [0:1] OF IfcStyledItem FOR Item

引用为表示提供表现信息的 IfcStyledItem,例如,为几何曲线提供曲线样式,包括颜色和厚度。

点击显示 2 个隐藏的继承特性 点击隐藏 2 个继承特性
IfcMappedItem (2)
1 MappingSource IfcRepresentationMap

作为映射项源的表示映射。可视为块(或单元或宏)定义。

2 MappingTarget IfcCartesianTransformationOperator

作为映射源映射目标的表示项。约束为笛卡尔变换运算符。

表 8.9.3.38.A

8.9.3.38.4 形式化表示(Formal representation)

ENTITY IfcMappedItem
 SUBTYPE OF (IfcRepresentationItem);
	MappingSource : IfcRepresentationMap;
	MappingTarget : IfcCartesianTransformationOperator;
END_ENTITY;

8.9.3.38.5 参考文献