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.
- Host: GitHub
- URL: https://github.com/compas-dev/compas_cgal
- Owner: compas-dev
- License: lgpl-3.0
- Created: 2020-05-17T19:45:07.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-10-29T18:25:17.000Z (about 1 year ago)
- Last Synced: 2024-10-29T18:28:35.668Z (about 1 year ago)
- Topics: booleans, cgal, compas, remeshing, slicing
- Language: C++
- Homepage: https://compas.dev/compas_cgal
- Size: 72.3 MB
- Stars: 23
- Watchers: 13
- Forks: 6
- Open Issues: 1
- 
            Metadata Files:
            - Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
 
Awesome Lists containing this project
README
          # COMPAS CGAL

[](https://github.com/compas-dev/compas_cgal)
[](https://anaconda.org/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.