Navigation
Navigate Navigate Navigate Navigate Navigate Navigate Navigate Navigate

IfcRelFlowControlElements

Definition from IAI: Objectified relationship between a distribution flow element and one-to-many control elements.

HISTORY: New entity in IFC R2x.

EXPRESS specification:

ENTITY IfcRelFlowControlElements
SUBTYPE OF ( IfcRelConnects);
RelatedControlElements  :  SET [1:?] OF IfcDistributionControlElement;
RelatingFlowElement  :  IfcDistributionFlowElement;
END_ENTITY;

Attribute definitions:

RelatedControlElements  :  References control elements which may be used to impart control on the Distribution Element.
RelatingFlowElement  :  Relationship to a distribution flow element

Inheritance graph

ENTITY IfcRelFlowControlElements;
ENTITY IfcRoot;
GlobalId  :  IfcGloballyUniqueId;
OwnerHistory  :  IfcOwnerHistory;
Name  :  OPTIONAL IfcLabel;
Description  :  OPTIONAL IfcText;
ENTITY IfcRelationship;
ENTITY IfcRelConnects;
ENTITY IfcRelFlowControlElements;
RelatedControlElements  :  SET [1:?] OF IfcDistributionControlElement;
RelatingFlowElement  :  IfcDistributionFlowElement;
END_ENTITY;