Have you looked at the examples @DanielPiker posted in the Isopod topic?
Isopod - implicit surface tools - Grasshopper - McNeel Forum
Have you looked at the examples @DanielPiker posted in the Isopod topic?
Isopod - implicit surface tools - Grasshopper - McNeel Forum
I’d like to know it this the result you wanted ?
MeshBoolean.gh (2.4 MB)
I’m going to try it. I have a question: is the “mesh offset” script something you wrote, or where can I get it?
Yes, this is a GhPython component based on Rhino Python,
See the difference with shrinkwrap in the junctions :
wiith quadremesh:
We also have the same problem with Quad Remesh as with Shrinkwrap—the fingers still protrude:
How can I access those scripts? When I type “Mesh Offset” in Grasshopper, nothing comes up.
Getting started from here…
Rhino - Script Component: Grasshopper
Try to give a False to Hard Edges to remove the junctions
This indicates that the geometry at the bottom was initially not long enough, and you need to manually adjust the length here.
@manuel_mansilla Of course, you can also use Geometry Cache in Rhino to manually adjust local dimensions. Note that for easier size adjustments, I have converted the Mesh to SubD here,
this is very nice, I’m going to see if I can improve the workflow and see if I get what I’m looking for,
thank you very much for your help!
Now I have another issue: when I try to join the next two meshes, some faces of the lower mesh don’t join. How can I remove those faces? I don’t want to change the thickness of either mesh for now.
The union was done with Mesh Union followed by QuadRemesh
union.3dm (1.8 MB)
I don’t suggest you deal with this issue at the end. You should address the bottom part thickness issue before the initial ShrinkWrap. This workflow would be more reasonable. For now, you can only handle it manually, e.g. using Bridge to close the gap here,
Okay, thank you very much. I have another question: is there any way in Grasshopper to fill the spaces between the fingers? My goal is to obtain a planar surface without those gaps.
entre.3dm (136.2 KB)
You can achieve it via Stitch and FillMeshHole