CGAL for .Net ( or C#)
There is a C# wrapper for a limited portion of CGAL: https://github.com/martindevans/CGAL_StraightSkeleton_Wrapper
CGAL_StraightSkeleton_Wrapper
A C# wrapper around CGAL for calculating straight skeletons of shapes. This is not and does not ever intend to be a general C# wrapper around CGAL!
There is the open possibility of a C# wrapper... although the SWIG project for CGAL does NOT include C# at the moment, it has been requested.
https://github.com/cgal/cgal-swig-bindings/issues/3
Are there plans to enable C# bindings for CGAL? Are there specific reasons for not having enabled it yet?
...The main reason are time and resources. ... If someone experienced with C# wants to help, we probably can do this easily.
Looks like there is no .Net version for CGAL.