TrimeshDegenerateFacesRemover#
- class polpo.preprocessing.mesh.repair.TrimeshDegenerateFacesRemover(height=1e-08, inplace=True)[source]#
Bases:
PreprocessingStep
Trimesh degenerate faces remover.
https://trimesh.org/trimesh.base.html#trimesh.base.Trimesh.nondegenerate_faces
- Parameters:
height (float) – Identifies faces with an oriented bounding box shorter than this on one side.