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