public IfcRelFlowControlElements(IfcGloballyUniqueId globalId, IfcOwnerHistory ownerHistory, IfcLabel name, IfcText description, List <IfcDistributionControlElement> relatedControlElements, IfcDistributionFlowElement relatingFlowElement) : base(globalId, ownerHistory, name, description)
 {
     RelatedControlElements = relatedControlElements;
     RelatingFlowElement    = relatingFlowElement;
 }
 /// <summary>
 /// Construct a IfcRelFlowControlElements with all required attributes.
 /// </summary>
 public IfcRelFlowControlElements(IfcGloballyUniqueId globalId, List <IfcDistributionControlElement> relatedControlElements, IfcDistributionFlowElement relatingFlowElement) : base(globalId)
 {
     RelatedControlElements = relatedControlElements;
     RelatingFlowElement    = relatingFlowElement;
 }