Hello,
I need assistance in trimming a lattice to obtain the resulting mesh inside a cube. I’m providing the outcome of a mesh difference operation where I’m using the inner lattice mesh as the first input and a cube as the second input. Could someone please guide me on how to achieve the opposite result of what I’m currently obtaining?
Original object
this looks like a difficult case. Without the model, it’s hard to give many suggestions.
Have you tried this in Rhino 8 WIP? All mesh boolean commands are rewritten.
Thanks,
Giulio
–
Giulio Piacentino
for Robert McNeel & Associates giulio@mcneel.com
Step 1: Shrinkwrap to obtain a single solid mesh (You can do this in Dendro afaik). We need to get rid of the fragile overlaps
Another option, which I leave up to you, is to precisely match vertices and then join faces, without fragile constructions. You can optionally AlighMeshVertices if you created almost correct work.
Step 2: I then used ReduceMesh, target count 300’000 vertices to improve the resulting mesh.
Step 3: MeshBooleanIntersection in Rhino 8 BETA. Rhino 7 has less robust booleans. They may still work sometimes.