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); }
public IfcRelAggregates(IfcGloballyUniqueId __GlobalId, IfcOwnerHistory __OwnerHistory, IfcLabel?__Name, IfcText?__Description, IfcObjectDefinition __RelatingObject, IfcObjectDefinition[] __RelatedObjects) : base(__GlobalId, __OwnerHistory, __Name, __Description, __RelatingObject, __RelatedObjects) { }