pyvista / pyvista-support

[moved] Please head over to the Discussions tab of the PyVista repository
https://github.com/pyvista/pyvista/discussions
59 stars 4 forks source link

Fix Non-Manifold Mesh #465

Closed adamgranthendry closed 3 years ago

adamgranthendry commented 3 years ago

I have a surface that isn't manifold after smoothing and even after cleaning. As a result, I cannot subdivide it. How can I fix a non-manifold surface?

akaszynski commented 3 years ago

I'd try using pymeshfix

adamgranthendry commented 3 years ago

@akaszynski Thanks! Worked like a charm.

Unrelated question: Is there a progressbar for PolyData.subdivide? I'd like to see the progress if at all possible.

akaszynski commented 3 years ago

No, but we can add it. Could you please open an issue for this on pyvista issues?

adamgranthendry commented 3 years ago

Sure! No problem!

adamgranthendry commented 3 years ago

@akaszynski Thank you again! This fixed my problem and I will close this issue.