How can I do a subd-boolean operation?
I want to blend the sub-d sphere and the cuboids. Unfortunately, boolean union creates a mesh.
SUB-UNION ATTEMPT.3dm (1.8 MB)
How can I do a subd-boolean operation?
I want to blend the sub-d sphere and the cuboids. Unfortunately, boolean union creates a mesh.
SUB-UNION ATTEMPT.3dm (1.8 MB)
In Grasshopper there is the ‘Fuse’ component which works on SubD objects.
It works best when the objects being fused have similar face sizes, and they have a reasonably high number of faces.
From left to right -
fuse_example_gh.gh (7.8 KB)
Another way is to do the boolean with Breps, then QuadRemesh with SubD output.
This will change the quad layout also away from the joins, but the quads around the join are usually nicer.
Fantastic! Thanks a lot!
in your file it looks like you’re meshing them first though?