This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
Add clean!(::Triangulation)
and clean!(::VoronoiTessellation)
(with better names)
#116
Labels
These methods would redefine the connectivities and the point lists so that only points in the triangulation/tessellation are included in the connectivities. It would also remove any empty features like in https://github.com/JuliaGeometry/DelaunayTriangulation.jl/blob/d3bdb2e9d5518bf00748e26a1d28b745289ed082/src/algorithms/triangulation/basic_operations/clear_empty_features.jl
cc: @juliohm
The text was updated successfully, but these errors were encountered: