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/
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.
compas_cgal
is released under the LGPL 3.0 to be compatible with the license of CGAL.