I’m trying to do a simple boundary surface operation on a not so simple set of geometries. Been trying to figure out why the inner curves are not being recognized and split.
I also tried reparametrizing and making sure all curves are planar and on the same plane, but got the same result.
I need the inner curves to be holes from the outer curve/s’ surface, as there might be multiple outer curves.
Boundary surface should be able to do this innately, just not sure why its not working this time.
You have self-intersecting curves - that most likely causes the issue. Clean them up - there’s a component to test for self-intersections; also see if you can simplify the curve with the component for that.
Thanks, that was the problem. I managed to solve it by isolating the curves that are intersecting themselves and rebuilding them. This reduces the accuracy a bit but its still within the margin of errors.