IfcMappedItem

Natural language names
detransformiertes Element
enMapped Item
Semantic definitions at the entity
Entity 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.

NOTE  A mapped item is a subtype of representation item. It enables a representation to be used as a representation item in one or more other representations. The mapped item allows for the definition of a representation using other representations.
EXAMPLE  An IfcMappedItem can reuse other mapped items (ako nested blocks), doing so the IfcRepresentationMap is based on an IfcShapeRepresentation including one or more IfcMappedItem's.
NOTE  Definition according to ISO/CD 10303-43:1992
A mapped item is a type of representation item that specifies the mapping of a representation as an element of the items of a second representation.
NOTE  Entity adapted from mapped_item defined in ISO 10303-43.
HISTORY  New entity in IFC2x.

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.
Attribute definitions
#AttributeTypeCardinalityDescription C
1MappingSourceIfcRepresentationMap[1:1] A representation map that is the source of the mapped item. It can be seen as a block (or cell or marco) definition.X
2MappingTargetIfcCartesianTransformationOperator[1:1] A representation item that is the target onto which the mapping source is mapped. It is constraint to be a Cartesian transformation operator.X
Inherited definitions from supertypes
Entity inheritance IfcRepresentationItem
Attribute inheritance
#AttributeTypeCardinalityDescriptionC
IfcRepresentationItem
LayerAssignmentIfcPresentationLayerAssignment
@AssignedItems
S[0:1]Assignment of the representation item to a single or multiple layer(s). The LayerAssignments can override a LayerAssignments of the IfcRepresentation it is used within the list of Items. X
StyledByItemIfcStyledItem
@Item
S[0:1]Reference to the IfcStyledItem that provides presentation information to the representation, e.g. a curve style, including colour and thickness to a geometric curve. X
IfcMappedItem
1MappingSourceIfcRepresentationMap[1:1] A representation map that is the source of the mapped item. It can be seen as a block (or cell or marco) definition.X
2MappingTargetIfcCartesianTransformationOperator[1:1] A representation item that is the target onto which the mapping source is mapped. It is constraint to be a Cartesian transformation operator.X
Examples
Formal representations
XSD Specification
 <xs:element name="IfcMappedItem" type="ifc:IfcMappedItem" substitutionGroup="ifc:IfcRepresentationItem" nillable="true"/>
 <xs:complexType name="IfcMappedItem">
  <xs:complexContent>
   <xs:extension base="ifc:IfcRepresentationItem">
    <xs:sequence>
     <xs:element name="MappingSource" type="ifc:IfcRepresentationMap" nillable="true"/>
     <xs:element name="MappingTarget" type="ifc:IfcCartesianTransformationOperator" nillable="true"/>
    </xs:sequence>
   </xs:extension>
  </xs:complexContent>
 </xs:complexType>
EXPRESS Specification
ENTITY IfcMappedItem
 SUBTYPE OF (IfcRepresentationItem);
  MappingSource : IfcRepresentationMap;
  MappingTarget : IfcCartesianTransformationOperator;
END_ENTITY;

Link to EXPRESS-G diagram EXPRESS-G diagram

Link to this page  Link to this page