I’m having a data structure block.
I have a series of curves that I test and sort based on a “Point in Brep” command. In this example, I’m testing 7 interior curves against 3 container curves. Once I have that list, I want to move each set of curves based on the curve it was inside. So in this example, the first 5 curves move 0, no curves move 1, and 2 curves move 2
I’ve tested every combination of grafting and flattening, but I’m still not getting the results I expected. Any help would be greatly appreciated.