Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] CGAL in C#

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] CGAL in C#


Chronological Thread 
  • From: "Sebastien Loriot (GeometryFactory)" <>
  • To:
  • Subject: Re: [cgal-discuss] CGAL in C#
  • Date: Thu, 10 Nov 2011 08:30:27 +0100

saher murad wrote:
Hi,

Please could you let me know that how I can use CGAL in my C# project.

Thank you.

You can use classical technique for calling C++ from C# (ask your
favorite search engine, a lot of tutorial are available) or you can
write a small wrapper class to expose CGAL's methods you are interested
in and use SWIG to create C# bindings. The latter method is the one we
chose for the upcoming cgal-bindings for Java and Python (a first
version should be publicly available hopefully before the end of the
year).


Sebastien.



Archive powered by MHonArc 2.6.16.

Top of Page