I’m trying to split a Mesh (QuadReMesh) along a curve that’s part of its own Wireframe (ExtractWireFrame then Joined curves along the split), but every I try to MeshSplit, the mesh fails to cleanly split along this curve.mesh split fail.3dm (173.3 KB)
Hello - you can double-click on an edge with Ctrl-Shift down to select the entire edge loop - you’ll need to manually select near the ends of the loop to make sure the edges run off the edge of the mesh as a whole. Then UnweldEdge
. This will leave a single mesh still but of you repeat the process on the opposite side, you can then Explode
the mesh into 2.
-Pascal
Amazing! Didn’t know about Unweld. Thank you for such a timely response.