IfcRelAssociatesClassification
Definition from IAI: This objectified relationship
(IfcRelAssociatesClassification) handles the assignment of a
classification object (items of the select IfcClassificationSelect) to
objects (subtypes of IfcObject).
The relationship is used to assign a classification notation or a
classification reference to objects. A single notation can be applied to
multiple objects. Depending on the type of the RelatingClassification,
either a reference to a fully described classification system can be made, or
just a reference using the classification code.
The inherited attribute RelatedObjects define the objects to
which the classification is applied. The attribute
RelatingClassification is the reference to a classification, applied to
the object(s).
HISTORY: New entity in IFC Release
2x.
EXPRESS specification:
|
ENTITY IfcRelAssociatesClassification
|
|
Attribute definitions:
RelatingClassification
|
:
|
Classification applied to the objects.
|
Inheritance graph
|
ENTITY IfcRelAssociatesClassification;
|
|
|
RelatedObjects
|
:
|
SET [1:?] OF IfcRoot;
|
|
|
|