transformiertes Element | |
Mapped Item |
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:
# | Attribute | Type | Cardinality | Description | C |
---|---|---|---|---|---|
1 | MappingSource | IfcRepresentationMap | [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 |
2 | MappingTarget | IfcCartesianTransformationOperator | [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 |
# | Attribute | Type | Cardinality | Description | C |
---|---|---|---|---|---|
IfcRepresentationItem | |||||
LayerAssignment | IfcPresentationLayerAssignment @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 | |
StyledByItem | IfcStyledItem @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 | |||||
1 | MappingSource | IfcRepresentationMap | [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 |
2 | MappingTarget | IfcCartesianTransformationOperator | [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 |
<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>
ENTITY IfcMappedItem
SUBTYPE OF (IfcRepresentationItem);
MappingSource : IfcRepresentationMap;
MappingTarget : IfcCartesianTransformationOperator;
END_ENTITY;