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