Hi everyone,
I am trying to find the intersection between several spheres and several curves, with no luck using Brep Curve intersection.
I would also need to keep the list structure, so ideally something like
{0}
Point 1
Point 2
Point 3
Point 4
{1}
Point 5
Point 6
Point 7
Point 8
Too bad the points aren’t sorted consistently around each sphere. I tried many ways myself, the white group in this model being only one of them. They all failed and I don’t know why?