I'm using cgal to evaluate scientfic data (Polyhedron surface, mass fraction, void fraction,...).
I preforme boolean operations to cut out my measurment volumes (subvolume where I want to average the data). In this special case it is a cylinder. By now I'll read a generic cylinder from an STL file and transform it to its needed size and position. This is not very elegant. For example it is not possible to adjust the resolution of surface triangulation.
A much better (more general approach) would be to generate my probe volume at runtime. Does cgal have a module to create 3D primitives? I couldn't find something like that in the documentation.
I'm quite new to cgal and a little bit confused by this documents. So it is quite possible that I've overlook something.
It would be very nice if someone could give me a hint on how to start solving this problem!
Thanks in advance!