File tree Expand file tree Collapse file tree 1 file changed +1
-11
lines changed Expand file tree Collapse file tree 1 file changed +1
-11
lines changed Original file line number Diff line number Diff line change 55[ ![ Conda - Latest Release] ( https://anaconda.org/conda-forge/compas_cgal/badges/version.svg )] ( https://anaconda.org/conda-forge/compas_cgal )
66[ ![ Conda - Platform] ( https://img.shields.io/conda/pn/conda-forge/compas_cgal )] ( https://anaconda.org/conda-forge/compas_cgal )
77
8-
98This package provides Python bindings for specific algorithms of CGAL.
109The bindings are generated with PyBind11 and data is exchanged using NumPy arrays.
1110
@@ -23,16 +22,7 @@ conda create -n cgal -c conda-forge compas compas_cgal --yes
2322
2423## Usage
2524
26- Currently, the following functions are available:
27-
28- * ` boolean_union `
29- * ` boolean_difference `
30- * ` boolean_intersection `
31- * ` intersection_mesh_mesh `
32- * ` remesh `
33- * ` slice_mesh `
34-
35- These functions can be used directly from ` compas_cgal `
25+ The provided functionality can be used directly from the ` compas_cgal ` package
3626or from ` compas.geometry ` through the plugin mechanism in COMPAS.
3727
3828For examples, see < https://compas.dev/compas_cgal/latest/examples.html > .
You can’t perform that action at this time.
0 commit comments