Class Ifc2x3::IfcRelAssociatesClassification¶
Defined in File Ifc2x3.h
Nested Relationships¶
This class is a nested type of Struct Ifc2x3.
Inheritance Relationships¶
Base Type¶
public Ifc2x3::IfcRelAssociates
(Class Ifc2x3::IfcRelAssociates)
Class Documentation¶
-
class
Ifc2x3
::
IfcRelAssociatesClassification
: public Ifc2x3::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 Types
-
typedef IfcTemplatedEntityList<IfcRelAssociatesClassification>
list
¶
Public Functions
-
::Ifc2x3::IfcClassificationNotationSelect *
RelatingClassification
() const¶ Classification applied to the objects.
-
void
setRelatingClassification
(::Ifc2x3::IfcClassificationNotationSelect *v)¶
-
IfcRelAssociatesClassification
(IfcEntityInstanceData *e)¶
-
IfcRelAssociatesClassification
(std::string v1_GlobalId, ::Ifc2x3::IfcOwnerHistory *v2_OwnerHistory, boost::optional<std::string> v3_Name, boost::optional<std::string> v4_Description, IfcTemplatedEntityList<::Ifc2x3::IfcRoot>::ptr v5_RelatedObjects, ::Ifc2x3::IfcClassificationNotationSelect *v6_RelatingClassification)¶
-
typedef IfcTemplatedEntityList<IfcRelAssociatesClassification>