CGAL / cgal

The public CGAL repository, see the README below
https://github.com/CGAL/cgal#readme
Other
4.96k stars 1.38k forks source link

CGAL error: assertion violation! #3284

Closed easterngarden closed 6 years ago

easterngarden commented 6 years ago

Issue Details

C:\dev\CGAL-4.12\build-examples\Surface_mesh_skeletonization\Debug>simple_mcfskel_example data/renault_subframe_segment_11.off CGAL error: assertion violation! Expression : CGAL::is_closed(tmesh) File : c:\dev\cgal-4.12\include\cgal\side_of_triangle_mesh.h Line : 155 Explanation: Refer to the bug-reporting instructions at https://www.cgal.org/bug_report.html

C:\dev\CGAL-4.12\build-examples\Surface_mesh_skeletonization\Debug>MCF_Skeleton_example data/renault_subframe_segment_11.off CGAL error: assertion violation! Expression : CGAL::is_closed(tmesh) File : c:\dev\cgal-4.12\include\cgal\side_of_triangle_mesh.h Line : 155 Explanation: Refer to the bug-reporting instructions at https://www.cgal.org/bug_report.html

Source Code

This is just using CGAL example codes/app.

Environment

sloriot commented 6 years ago

As documented the input mush be closed : The input is a triangulated surface mesh, (...) that has no boundary and that has only one connected component.