Navigation
Navigate Navigate Navigate Navigate Navigate Navigate Navigate Navigate

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
SUBTYPE OF ( IfcRelAssociates);
RelatingAppliedValue  :  IfcAppliedValue;
END_ENTITY;

Inheritance graph

ENTITY IfcRelAssociatesAppliedValue;
ENTITY IfcRoot;
GlobalId  :  IfcGloballyUniqueId;
OwnerHistory  :  IfcOwnerHistory;
Name  :  OPTIONAL IfcLabel;
Description  :  OPTIONAL IfcText;
ENTITY IfcRelationship;
ENTITY IfcRelAssociates;
RelatedObjects  :  SET [1:?] OF IfcRoot;
ENTITY IfcRelAssociatesAppliedValue;
RelatingAppliedValue  :  IfcAppliedValue;
END_ENTITY;