Beispiel #1
0
 public IfcRelDecomposes(IfcGloballyUniqueId __GlobalId, IfcOwnerHistory __OwnerHistory, IfcLabel?__Name, IfcText?__Description, IfcObjectDefinition __RelatingObject, IfcObjectDefinition[] __RelatedObjects)
     : base(__GlobalId, __OwnerHistory, __Name, __Description)
 {
     this._RelatingObject = __RelatingObject;
     this._RelatedObjects = new HashSet <IfcObjectDefinition>(__RelatedObjects);
 }
Beispiel #2
0
 public IfcRelAggregates(IfcGloballyUniqueId __GlobalId, IfcOwnerHistory __OwnerHistory, IfcLabel?__Name, IfcText?__Description, IfcObjectDefinition __RelatingObject, IfcObjectDefinition[] __RelatedObjects)
     : base(__GlobalId, __OwnerHistory, __Name, __Description, __RelatingObject, __RelatedObjects)
 {
 }