Example #1
0
 public IfcRelFillsElement(IfcGloballyUniqueId globalId, IfcOwnerHistory ownerHistory, IfcLabel name, IfcText description, IfcOpeningElement relatingOpeningElement, IfcElement relatedBuildingElement) : base(globalId, ownerHistory, name, description)
 {
     RelatingOpeningElement = relatingOpeningElement;
     RelatedBuildingElement = relatedBuildingElement;
 }
Example #2
0
 /// <summary>
 /// Construct a IfcRelFillsElement with all required attributes.
 /// </summary>
 public IfcRelFillsElement(IfcGloballyUniqueId globalId, IfcOpeningElement relatingOpeningElement, IfcElement relatedBuildingElement) : base(globalId)
 {
     RelatingOpeningElement = relatingOpeningElement;
     RelatedBuildingElement = relatedBuildingElement;
 }