Geogram
Version 1.9.1-rc
A programming library of geometric algorithms
|
Functions for filling the holes in a mesh. More...
Go to the source code of this file.
Namespaces | |
GEO | |
Global Vorpaline namespace. | |
Functions | |
void | GEO::fill_holes (Mesh &M, double max_area=0.0, index_t max_edges=max_index_t(), bool repair=true) |
Fills holes in mesh by generating new triangles. More... | |
void | GEO::tessellate_facets (Mesh &M, index_t max_nb_vertices) |
Subdivides the facets with more than nb_vertices. More... | |
Functions for filling the holes in a mesh.
Definition in file mesh_fill_holes.h.