예제 #1
0
 public IfcRelConnectsPorts(IfcGloballyUniqueId __GlobalId, IfcOwnerHistory __OwnerHistory, IfcLabel?__Name, IfcText?__Description, IfcPort __RelatingPort, IfcPort __RelatedPort, IfcElement __RealizingElement)
     : base(__GlobalId, __OwnerHistory, __Name, __Description)
 {
     this._RelatingPort     = __RelatingPort;
     this._RelatedPort      = __RelatedPort;
     this._RealizingElement = __RealizingElement;
 }
예제 #2
0
 public IfcRelConnectsPortToElement(IfcGloballyUniqueId __GlobalId, IfcOwnerHistory __OwnerHistory, IfcLabel?__Name, IfcText?__Description, IfcPort __RelatingPort, IfcDistributionElement __RelatedElement)
     : base(__GlobalId, __OwnerHistory, __Name, __Description)
 {
     this.RelatingPort   = __RelatingPort;
     this.RelatedElement = __RelatedElement;
 }