Sebastien Loriot

Results 671 comments of Sebastien Loriot

I mean, you either need to add the modified headers in the compilation unit (before those of the release) or use the branch to compile the example.

The way I would debug that is to put a typo in the header file you think is used and see if the compilation fails at that point. You can...

@FuzhangHe if it is only a translation, I guess you can sample le translation and interpolate the rotation to get something smooth.

You should indeed create intermediate contours stored in the code in `current_hedges` and incrementally add strips using `extrude_impl::create_strip()`. Look around https://github.com/CGAL/cgal/pull/6317/files#diff-55f2604e6a010faeeb37e6e4ce1e05b11d71cfdcc12e35c3aebbbdd911c644cdR500

Hi Kaimo, the issue in the check is that it seems that `Surface_mesh` is hard coded as mesh data structure in the new meshing function. This introduces a new dependency...