How to use the pymeshfix._meshfix.CleanFromFile function in pymeshfix

To help you get started, we’ve selected a few pymeshfix examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github pyvista / pymeshfix / pymeshfix / examples / fix.py View on Github external
def native(outfile='repaired.ply'):
    """ Repair Stanford Bunny Mesh """
    pymeshfix._meshfix.CleanFromFile(bunny_scan, outfile)

pymeshfix

Repair triangular meshes using MeshFix

GPL-3.0
Latest version published 1 month ago

Package Health Score

75 / 100
Full package analysis

Similar packages