Hi, I need help.
I want to create a model using Voronoi 3d and made it like the picture.
But, I failed solid union. (Boolean Union set is empty)
Using meshes is not a solution for my particular case.
Is there any good solution?
Thank you for your time in advance.
@vincent1’s GH works perfectly in this case, but once the points number passes 18(this case), the union won’t work again.
I sincerely hope anyone can solve this, or at least explain why this does not work.
You have some piped curve segments that are very short. If you cull the shortest 10 in your list of curves, (of which the shortest 10 are no longer than 1.38 mm), the Solid Union will work. You can use Sort List and Cull index to remove the shortest curves from your list.
You can also use Sort List + Smaller Than + Cull Pattern to remove curve segments that are smaller than a given length. Removing the caps from the Pipe component will help with the Solid Union.
re-voronoi3d_solid_union edited 1.gh (19.9 KB)
I don’t think culling a number of geometry will solve this problem.
Here, after I bumped up points to 20, I have to delete all the red to get the Solid Union done.
How did you get the number 1.38 mm? Is that calculated or you discovered it manually?