Added tutorial 609_Boolean and CGAL python module + functions
Former-commit-id: 7b6b91bd7a
This commit is contained in:
@@ -26,6 +26,10 @@ extern void python_export_igl_embree(py::module &);
|
||||
extern void python_export_igl_triangle(py::module &);
|
||||
#endif
|
||||
|
||||
#ifdef PY_CGAL
|
||||
extern void python_export_igl_cgal(py::module &);
|
||||
#endif
|
||||
|
||||
PYBIND11_PLUGIN(pyigl) {
|
||||
py::module m("pyigl", R"pyigldoc(
|
||||
Python wrappers for libigl
|
||||
@@ -66,5 +70,9 @@ PYBIND11_PLUGIN(pyigl) {
|
||||
python_export_igl_triangle(m);
|
||||
#endif
|
||||
|
||||
#ifdef PY_CGAL
|
||||
python_export_igl_cgal(m);
|
||||
#endif
|
||||
|
||||
return m.ptr();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user