Esempio n. 1
0
 public IfcRelVoidsElement(IfcGloballyUniqueId globalId, IfcOwnerHistory ownerHistory, IfcLabel name, IfcText description, IfcElement relatingBuildingElement, IfcFeatureElementSubtraction relatedOpeningElement) : base(globalId, ownerHistory, name, description)
 {
     RelatingBuildingElement = relatingBuildingElement;
     RelatedOpeningElement   = relatedOpeningElement;
 }
Esempio n. 2
0
 /// <summary>
 /// Construct a IfcRelVoidsElement with all required attributes.
 /// </summary>
 public IfcRelVoidsElement(IfcGloballyUniqueId globalId, IfcElement relatingBuildingElement, IfcFeatureElementSubtraction relatedOpeningElement) : base(globalId)
 {
     RelatingBuildingElement = relatingBuildingElement;
     RelatedOpeningElement   = relatedOpeningElement;
 }