I have got a Rhino model having various panels with messed up curves sequencing and duplicate curves. Currently working on just one panel
I used a custom made analyze direction component that I got from here.
I want to achieve the following.
- Remove duplicate curves. I am doing it right now manually.
- Extract the outermost profiles curves.
- Align them in a sequential anticlockwise order.
How do I do it efficiently using scripting?
PANEL CLEANING_Q.gh (56.9 KB)
Analyse Direction.ghpy (33.5 KB)