An open API service indexing awesome lists of open source software.

https://github.com/compas-dev/compas_cgal

COMPAS package for working with CGAL.
https://github.com/compas-dev/compas_cgal

booleans cgal compas remeshing slicing

Last synced: 1 day ago
JSON representation

COMPAS package for working with CGAL.

Awesome Lists containing this project

README

          

# COMPAS CGAL

![build](https://github.com/compas-dev/compas_cgal/workflows/build/badge.svg)
[![GitHub - License](https://img.shields.io/github/license/compas-dev/compas_cgal.svg)](https://github.com/compas-dev/compas_cgal)
[![Conda - Latest Release](https://anaconda.org/conda-forge/compas_cgal/badges/version.svg)](https://anaconda.org/conda-forge/compas_cgal)
[![Conda - Platform](https://img.shields.io/conda/pn/conda-forge/compas_cgal)](https://anaconda.org/conda-forge/compas_cgal)

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:

## 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 .

## License

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