Skip to content

compas-dev/compas_cgal

Repository files navigation

COMPAS CGAL

build GitHub - License Conda - Latest Release Conda - Platform

This package provides Python bindings for specific algorithms of CGAL. The bindings are generated with Nanobind and data is exchanged using NumPy arrays.

More information of installation, api and other details please follow documentation: https://compas.dev/compas_cgal/

Usage

The provided functionality can be used directly from the compas_cgal package or from compas.geometry through the plugin mechanism in COMPAS.

For examples, see https://compas.dev/compas_cgal/latest/examples.html.

License

compas_cgal is released under the LGPL 3.0 to be compatible with the license of CGAL.