AngusJohnson / Clipper2

Polygon Clipping and Offsetting - C++, C# and Delphi
Boost Software License 1.0
1.45k stars 266 forks source link

We can add Triangulation of Concave-Polygons ? #810

Closed ankofl closed 5 months ago

ankofl commented 5 months ago

Hi! First of all, I want to express my gratitude to you for the work you have done! The functionality and reliability of this library is simply amazing!

At the moment, I am integrating the C#-port of the ivanfratric/polypartition library into your C# solution in order to be able to get not only the contours of polygons (which is already incredibly cool!), but also the triangulated surfaces in the form of Meshes that they surround. I have transferred your C# project from netStandard 2.1 to the current Net.8. I think I will finish working on this in the near days.

Would you be able to view the result and integrate it into the library if possible?

ankofl commented 5 months ago

It was moved to the discussion