Unhandled Exception while running poisson reconstruction function

0

While running poisson reconstruction function, it says unhandled exception (

Unhandled exception at 0x6AEEF312 (libgmp-10.dll) in poisson_reconstruction_example.exe: 0xC0000005: Access violation reading location 0x00FE3BBB.). ( visual studio 2013

)

I tried debugging , and i found this CGAL::make_surface_mesh(c2t3,surface,criteria,CGAL::Manifold_with_boundary_tag());

Here is the link :

https://justpaste.it/6g59w

This is provided example of CGAL library ( CGAL\examples\Poisson_surface_reconstruction_3 )

Expected result would be a triangular mesh.

c++
cgal
asked on Stack Overflow Feb 16, 2019 by sha111 • edited Jul 11, 2019 by sha111

0 Answers

Nobody has answered this question yet.


User contributions licensed under CC BY-SA 3.0