I have my XY Frame Extents node capturing the extents of a series of model lines (a la site) in Revit. I’m then intersecting a grid-like series of lines from this Frame with a surface created by the selected model lines before intersecting the perimeter curves of said surface.
This gives me two lists. List1 = Perimeter curves that runs clockwise. List2 = Grid-like intersection that runs horizontally.
They don’t marry up.
Any thoughts on the best way to approach this?
I tried re-projecting the points to the surface to try and automatically relist them to no avail. I also mucked about with Sort by Key and Point.X/Point.Y
Thoughts ?