Class Ifc4::IfcMappedItem

Nested Relationships

This class is a nested type of Struct Ifc4.

Inheritance Relationships

Base Type

Class Documentation

class Ifc4::IfcMappedItem : public Ifc4::IfcRepresentationItem

Definition from ISO/CD 10303-43:1992: A mapped item is the use of an existing representation (the mapping source - mapped representation) as a representation item in a second representation.

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.

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.

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 Corresponding ISO 10303 entity: mapped_item. Please refer to ISO/IS 10303-43:1994, for the final definition of the formal standard. The definition of mapping_target (MappingTarget) has been restricted to be of the type cartesian_transformation_operator (IfcCartesianTransformationOperator).

HISTORY New entity in IFC Release 2x.

Informal Propositions

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

Public Types

typedef IfcTemplatedEntityList<IfcMappedItem> list

Public Functions

::Ifc4::IfcRepresentationMap *MappingSource() const

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

void setMappingSource(::Ifc4::IfcRepresentationMap *v)
::Ifc4::IfcCartesianTransformationOperator *MappingTarget() const

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

void setMappingTarget(::Ifc4::IfcCartesianTransformationOperator *v)
const IfcParse::entity &declaration() const
IfcMappedItem(IfcEntityInstanceData *e)
IfcMappedItem(::Ifc4::IfcRepresentationMap *v1_MappingSource, ::Ifc4::IfcCartesianTransformationOperator *v2_MappingTarget)

Public Static Functions

const IfcParse::entity &Class()