Overview of PolyMender programs
masterPolyMender is a tool for robustly repairing polygonal models by producing a closed surface that approximates the original geometry. It is suitable for repairing CAD models or large-scale scanned models. The package provides three distinct executable types depending on your needs:
- PolyMender / PolyMender-clean: Best for general-purpose models (e.g., from range scanners). It uses Marching Cubes to generate closed, manifold triangular surfaces. It is memory and time efficient.
- PolyMender-qd / PolyMender-qd-clean: Same as above, but specifically outputs a quad-mesh.
- PolyMender-dc / PolyMender-dc-clean: Best for models with sharp features (e.g., CAD models). It uses Dual Contouring with manifold topology to reproduce sharp edges and corners. This method requires more memory but generates both triangular and quadrilateral surfaces.
Note on -clean: Adding the -clean flag to any of these programs removes isolated/disconnected components from the output.