Sebastien Loriot

Results 671 comments of Sebastien Loriot

@janetournois @lrineau Do you agree with [e0f99d3](https://github.com/CGAL/cgal/pull/6129/commits/e0f99d3c77e2129790deac54d11bb3d4ca26e1f6) ?

@lrineau I think this PR can be merged, except if you want to do a last review.

[b98d6d6](https://github.com/CGAL/cgal/pull/6129/commits/b98d6d69aadfcc39a43584a7a1c5c0826a927e50) seems to be a merge of another PR. The dependency must be indicated in the PR labels + description. IMO when no needed we should avoid such merges.

Hard to tell exactly what is the problem you are having without any detail but my guess is that you are try to have more than two faces along an...

You need to share more information, like some code or the file itself. [This example](https://doc.cgal.org/latest/Polygon_mesh_processing/Polygon_mesh_processing_2orient_polygon_soup_example_8cpp-example.html) might also be interesting.

What is you input? Did you try to use the aforementioned example?

Do you have a minimal example that we could try to run?

Internally for each point on the polyline, we store an input edge or vertex corresponding to the intersection with the plane. In the function `add_node()` of `Polyline_visitor`, we have access...