Class Ifc4x2::IfcRelAssociatesClassification

Nested Relationships

This class is a nested type of Struct Ifc4x2.

Inheritance Relationships

Base Type

Class Documentation

class Ifc4x2::IfcRelAssociatesClassification : public Ifc4x2::IfcRelAssociates

The objectified relationship IfcRelAssociatesClassification handles the assignment of a classification item (items of the select IfcClassificationSelect) to objects occurrences (subtypes of IfcObject) or object types (subtypes of IfcTypeObject). The relationship is used to assign a classification item, or a classification system itself to objects. Depending on the type of the RelatingClassification it is either:

a reference to an classification item within an external classification system, or a reference to the classification system itself

NOTE The reference to a classification item includes a link to the classification system within which the item is declared. It assigns the meaning of the classification item to the object (ocurrence or type). The reference to the classification system provides the information that the object (occurrence or type) is governed by the classification system but no assignment of a particular items has been done yet.

The inherited attribute RelatedObjects define the objects or object types to which the classification is applied. The attribute RelatingClassification is the reference to a classification, applied to the object(s). A single RelatingClassification can thereby be applied to one or multiple objects.

HISTORY New entity in IFC Release 2x.

Public Functions

::Ifc4x2::IfcClassificationSelect *RelatingClassification() const

Classification applied to the objects.

void setRelatingClassification(::Ifc4x2::IfcClassificationSelect *v)
const IfcParse::entity &declaration() const
IfcRelAssociatesClassification(IfcEntityInstanceData *e)
IfcRelAssociatesClassification(std::string v1_GlobalId, ::Ifc4x2::IfcOwnerHistory *v2_OwnerHistory, boost::optional<std::string> v3_Name, boost::optional<std::string> v4_Description, IfcEntityList::ptr v5_RelatedObjects, ::Ifc4x2::IfcClassificationSelect *v6_RelatingClassification)

Public Static Functions

const IfcParse::entity &Class()