Parallell ReferenceIntersector Find/FindNearest
Could it be possible to have ReferenceIntersector Find/FindNearest to accept an array if Origins and/or Directions and have so revit could handle an call like that like they are in seperate threads?
We have several various project where we need to make a lot of scans, and take alot of time doing, looking for a way to speed it up by sending multiple questions at once and returning the responses in a simular fashion. Current way with foreach loops are so slow.