
IfcRelAssociatesAppliedValue
Definition from IAI: An IfcRelAssociatesAppliedValue is a
subtype of IfcRelAssociates that enables the association of an instance
of IfcAppliedValue with one or more instances of IfcObject.
HISTORY: New Entity in IFC
2x2.
Use Definitions
Because IfcRelAssociatesAppliedValue is a subtype of IfcRelAssociates,
this means that a single instance of IfcCostValue or
IfcEnvironmentalImpactValue can be related to many objects of whatever
type (product, process, resource etc.)
Note that IfcRelAssociatesAppliedValue, when used for costing
purposes, should be used only for relating specific cost values to objects and
not for relating cost schedule items to cost schedule (for which purpose
IfcRelSchedulesCostItems should be used).
EXPRESS specification:
|
|
| ENTITY IfcRelAssociatesAppliedValue
|
|
Inheritance graph
|
|
| ENTITY IfcRelAssociatesAppliedValue;
|
|
|
|
|
| RelatedObjects
|
:
|
SET [1:?] OF IfcRoot;
|
|
|
|