Пример #1
0
 public IfcRelDefinesByType(IfcGloballyUniqueId globalId, IfcOwnerHistory ownerHistory, IfcLabel name, IfcText description, List <IfcObject> relatedObjects, IfcTypeObject relatingType) : base(globalId, ownerHistory, name, description)
 {
     RelatedObjects = relatedObjects;
     RelatingType   = relatingType;
 }
Пример #2
0
 /// <summary>
 /// Construct a IfcRelDefinesByType with all required attributes.
 /// </summary>
 public IfcRelDefinesByType(IfcGloballyUniqueId globalId, List <IfcObject> relatedObjects, IfcTypeObject relatingType) : base(globalId)
 {
     RelatedObjects = relatedObjects;
     RelatingType   = relatingType;
 }