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?
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.