IFC 4.3.2.20240128 (IFC4X3_ADD2) under development

8.9.3.58 IfcRepresentationMap

AbRV ⓘ
RV ⓘ

8.9.3.58.1 Semantic definition

An IfcRepresentationMap defines the base definition (also referred to as block, cell or macro) called MappedRepresentation within the MappingOrigin. The MappingOrigin defines the coordinate system in which the MappedRepresentation is defined.

The RepresentationMap is used through an IfcMappedItem in one or several IfcShapeRepresentation's. An Cartesian transformation operator can be applied to transform the MappedRepresentation into the placement coordinate system of the shape representation. The transformation of the representation map is restricted to be a Cartesian transformation mapping (translation, rotation, mirroring and scaling).

8.9.3.58.2 Entity inheritance

8.9.3.58.3 Attributes

# Attribute Type Description
IfcRepresentationMap (4)
1 MappingOrigin IfcAxis2Placement

An axis2 placement that defines the position about which the mapped representation is mapped.

2 MappedRepresentation IfcRepresentation

A representation that is mapped to at least one mapped item.

HasShapeAspects SET [0:?] OF IfcShapeAspect FOR PartOfProductDefinitionShape

Reference to the shape aspect that represents part of the shape or its feature distinctively.

MapUsage SET [0:?] OF IfcMappedItem FOR MappingSource

No description available.

Table 8.9.3.58.N

8.9.3.58.4 Formal propositions

Name Description
ApplicableMappedRepr

Only representations of type IfcShapeRepresentation, or IfcTopologyRepresentation are allowed as MappedRepresentation.

'IFC4X3_DEV_040635d1.IFCSHAPEMODEL' IN TYPEOF(MappedRepresentation)
Table 8.9.3.58.O

8.9.3.58.5 Examples

8.9.3.58.6 Formal representation

ENTITY IfcRepresentationMap;
	MappingOrigin : IfcAxis2Placement;
	MappedRepresentation : IfcRepresentation;
 INVERSE
	HasShapeAspects : SET [0:?] OF IfcShapeAspect FOR PartOfProductDefinitionShape;
	MapUsage : SET [0:?] OF IfcMappedItem FOR MappingSource;
 WHERE
	ApplicableMappedRepr : 'IFC4X3_DEV_040635d1.IFCSHAPEMODEL' IN TYPEOF(MappedRepresentation);
END_ENTITY;

8.9.3.58.7 References

Edit on Github


Is this page difficult to understand? Let us know!

8.9.3.58.8 Changelog

8.9.3.58.8.1 IFC4

  • inverse attribute, HasShapeAspects
  • where rule, ApplicableMappedRepr