Help Consolidating Dynamo Graphs

Not entirely sure what lineworkshrinkwrap does, but you could:

  1. Pull the geometry of all objects onto the surface you want to work with so that you have ‘surfaces’.
  2. Union the surfaces into a single surface with the Surface.ByUnion node.
  3. Get the external loops via the Python here: Get the outer edge of a Road - #3 by jacob.small