IFC 4.3.2.20250327 (IFC4X3_ADD2) under development

8.9.3.38 IfcMappedItem

RV ⓘ
AbV ⓘ

8.9.3.38.1 Semantic definition

The IfcMappedItem is the inserted instance of a source definition (to be compared with a block / shared cell / macro definition). The instance is inserted by applying a Cartesian transformation operator as the MappingTarget.

Informal Propositions

  1. A mapped item shall not be self-defining by participating in the definition of the representation being mapped.
  2. The dimensionality of the mapping source and the mapping target has to be the same, if the mapping source is a geometric representation item.

8.9.3.38.2 Entity inheritance

8.9.3.38.3 Attributes

# Attribute Type Description
IfcRepresentationItem (2)
Click to show 2 hidden inherited attributes
IfcMappedItem (2)
1 MappingSource IfcRepresentationMap

A representation map that is the source of the mapped item. It can be seen as a block (or cell or marco) definition.

2 MappingTarget IfcCartesianTransformationOperator

A representation item that is the target onto which the mapping source is mapped. It is constraint to be a Cartesian transformation operator.

Table 8.9.3.38.K

8.9.3.38.4 Examples

8.9.3.38.5 Formal representation

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

8.9.3.38.6 References