Cgal acces to functions

Hello,
I was just compiling salome and I saw that there is cgal between its dependencies, is it possible to use the alpha warper function of cgal?
to create surface meshes from points for example?

if I am not mistaken, the current implementation focuses on the three boolean operations: union, intersection and difference.
I believe that in order to implement this feature, you will need either to extend the test_cgal.c file which, after running sat prepare SALOME-master-native -p cgal, can be found in SOURCES/cgal/cgal_test. On top of that, you will need to extendMeshBooleanPlugin.

Note that you can also follow the recipe described in the MeshBooleanPlugin page by the plugin authors.

I let experts and authors of the plugin comment further.

1 Like