public IfcRelReferencedInSpatialStructure(IfcGloballyUniqueId globalId, IfcOwnerHistory ownerHistory, IfcLabel name, IfcText description, List <IfcProduct> relatedElements, IfcSpatialElement relatingStructure) : base(globalId, ownerHistory, name, description) { RelatedElements = relatedElements; RelatingStructure = relatingStructure; }
/// <summary> /// Construct a IfcRelReferencedInSpatialStructure with all required attributes. /// </summary> public IfcRelReferencedInSpatialStructure(IfcGloballyUniqueId globalId, List <IfcProduct> relatedElements, IfcSpatialElement relatingStructure) : base(globalId) { RelatedElements = relatedElements; RelatingStructure = relatingStructure; }