Extract Non-Manifold Edges from Multiple Meshes

Hi All,

I have an issue with multiple mesh files and I am wanting to identify/select all the mesh models that have non-manifold edges. I was wondering if there was a script that can extract all the non-manifold from all of the meshes in the file?

Many thanks for any assistance.

Cheers,
Michael

Hi Michael - depending on how the model is organized you may be able to trick Rhino by joining all the meshes into one and then run the command once. You may then SplitDisjointMesh to split it up.

-Pascal

Hi @pascal, that’s done the trick! Thanks for the clever work-a-round.

Cheers,
Michael