Beispiel #1
0
 public IfcRelDefinesByObject(IfcGloballyUniqueId globalId, IfcOwnerHistory ownerHistory, IfcLabel name, IfcText description, List <IfcObject> relatedObjects, IfcObject relatingObject) : base(globalId, ownerHistory, name, description)
 {
     RelatedObjects = relatedObjects;
     RelatingObject = relatingObject;
 }
Beispiel #2
0
 /// <summary>
 /// Construct a IfcRelDefinesByObject with all required attributes.
 /// </summary>
 public IfcRelDefinesByObject(IfcGloballyUniqueId globalId, List <IfcObject> relatedObjects, IfcObject relatingObject) : base(globalId)
 {
     RelatedObjects = relatedObjects;
     RelatingObject = relatingObject;
 }