Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Python bindings for Partition_2

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Python bindings for Partition_2


Chronological Thread 
  • From: Janusz Michalik <>
  • To:
  • Subject: Re: [cgal-discuss] Python bindings for Partition_2
  • Date: Tue, 10 Apr 2018 21:24:25 +0200
  • Authentication-results: mail3-smtp-sop.national.inria.fr; spf=None ; spf=Pass ; spf=None
  • Ironport-phdr: 9a23:XhvhOROviqMoV7B8eUAl6mtUPXoX/o7sNwtQ0KIMzox0Lfj4rarrMEGX3/hxlliBBdydt6ofzbKO+4nbGkU4qa6bt34DdJEeHzQksu4x2zIaPcieFEfgJ+TrZSFpVO5LVVti4m3peRMNQJW2aFLduGC94iAPERvjKwV1Ov71GonPhMiryuy+4ZLebxlGiTanfb9+MAi9oBnMuMURnYZsMLs6xAHTontPdeRWxGdoKkyWkh3h+Mq+/4Nt/jpJtf45+MFOTav1f6IjTbxFFzsmKHw65NfqtRbYUwSC4GYXX3gMnRpJBwjF6wz6Xov0vyDnuOdxxDWWMMvrRr0yRD+s7bpkSAXwhSgFOT438G/ZhM9tgqxFvB2svAZwz5LObYyPKPZyYqHQcNUHTmRBRMZRUClBD5u4YYQVCeoBIP1YrojgrFUJrBuxGQmsC/nryj9JhX/9wKo30+Y7HgHAwQwgBNMPvG7RrNX0KKgSUfq6zK3JzTXAdP5W1jL955LJchAlu/2DQbVwcc/IxEQpCgjLjU2QpJT7Mz+J0ukBqWuW4up6We6xlWIqpRt9riWsy8syjITCm5gbxUre9SpjxYY4Pd24R1B/Yd6jCJZQsjuVN4pyQs87QmFovzo2xqQIuZKmfyUG1o4rxxHYa/yAfIiI5gzsWPyNLjd/gXJpYLO/hxCs/ki80uDwSNW43VJQoidGktTArG4B2wLd58SdV/dw/Vmt1S6K1w/J6+FEJU40lbDcK54k2rMwlIAcsULeHi/tmUT6lqqWdkQ49eio8evnZrTmppyHOo97jwHxKKUumsilDeskNQgOWnCX+f6g27374U35XLJKg+UqnanWqp/aId0XqbO4Aw9Ozokj9g2/Dyy93dQDnXgHKUpFdwidg4joPVHOOvH4Au2lj1Siijc4j8zBa7buC5GIInnYm6r6Zp587VRdwUw914Nx/ZVRX5MIJu/oSAfUtdfYBxs4METgwe/hFc5vkIYfUmKGBq6aGKzXuF6MoOkoJr/fN8cupD/hJq19tLbVhngjlApFJPj77d4scHm9W89eDQCcaHvojM0GFD5T7AU7Re3uzlaFVGwKPirgb+cH/jg+TbmeI8LbXIn02e6O2S66GttdYWUUUgnRQ0etTJ2NXrI3UAzXIsJllWZaB72oSotk1Bb28QGjm+AhIe3T9SkV85nk0Yot6g==

That would be great. Maybe I'll be able to see what it is I am missing.

On Tue, Apr 10, 2018 at 4:58 PM, Shankar Kulumani <> wrote:
I haven't looked at that particular module but I've been working on using boost Python and/or pybind for connecting cgal to my Python simulation.

If interested I can share a link to my repo and some of the examples I've completed. They can perhaps serve as an example for what you're trying to achieve.

Hello everyone,

Has anyone attempted to write python bindings related to any of the following: 
- Partition_2
- Partition_2/optimal_convex_partition_2

I was able to get the example for 'optimal_convex_partition_2' in C++ to work as well as all the examples in the python bindings running with Python 3.6.

I took a first crack at writing the bindings for 'optimal_convex_partition_2' but I am having a rough time with it. This is my first experience with CGAL and creating python bindings so any help is greatly appreciated!

Thank you for taking the time to read my plight.

Best,
Janusz




Archive powered by MHonArc 2.6.18.

Top of Page