Dear authors,
When I was using this algorithm, I encountered some problems.
The log is here.
CGAL error: precondition violation!
Expression : is_simple 2(first,last,traits)
C:\CGAL\Polygon\include\CGAL/Polygon_2/Polygon_2_algorithms_impl.h
line: 510
It appears to be occurring on this function called project_segment_faces, in CandidateFaces.h
At the same time, I also found similar issues in the CGAL project. I tried to refer to this link for modification, but it was not successful. Could you please take a look.
The data we use comes from the 3D reconstruction of point cloud data. When this issue occurs, the data we use is connected as follows link. The CGAL version we use is 5.5.
Dear authors, When I was using this algorithm, I encountered some problems. The log is here. CGAL error: precondition violation! Expression : is_simple 2(first,last,traits) C:\CGAL\Polygon\include\CGAL/Polygon_2/Polygon_2_algorithms_impl.h line: 510 It appears to be occurring on this function called project_segment_faces, in CandidateFaces.h
At the same time, I also found similar issues in the CGAL project. I tried to refer to this link for modification, but it was not successful. Could you please take a look.
The data we use comes from the 3D reconstruction of point cloud data. When this issue occurs, the data we use is connected as follows link. The CGAL version we use is 5.5.
Many thanks!