Skip to content

Commit 10908c7

Browse files
committed
simplify
1 parent d5bdf60 commit 10908c7

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

README.md

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
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-
98
This package provides Python bindings for specific algorithms of CGAL.
109
The 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
3626
or from `compas.geometry` through the plugin mechanism in COMPAS.
3727

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

0 commit comments

Comments
 (0)