Hello Rhino Community,
I am currently working on a project where I have generated a spiral-shaped mesh from a curve and a surface in Grasshopper. My objective is to rotate this mesh by 180 degrees and then merge it with the original mesh along their central intersection line. Additionally, I would like to ensure that, after merging, the edges of the combined mesh no longer include the line where the two meshes were joined.
I have attempted the following steps:
1. Rotation: Used the Rotate command to rotate the mesh by 180 degrees around the desired axis.
2. Merging: Explored the MeshBooleanUnion command to combine the two meshes.
3. Edge Cleanup: Considered using the Weld and Unweld commands to manage the mesh edges post-merging.
Despite these efforts, I am encountering challenges in achieving a seamless merge without retaining the intersection line in the final mesh. I would greatly appreciate any guidance or alternative approaches to accomplish this task effectively.
Thank you in advance for your assistance!
merge_mesh.gh (17.8 KB)