Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] Re: Problems loading ply files using Polyhedron_incremental_builder_3

Subject: CGAL users discussion list

List archive

[cgal-discuss] Re: Problems loading ply files using Polyhedron_incremental_builder_3


Chronological Thread 
  • From: Time4Breakfast <>
  • To:
  • Subject: [cgal-discuss] Re: Problems loading ply files using Polyhedron_incremental_builder_3
  • Date: Tue, 27 Dec 2011 02:47:39 -0800 (PST)

I don't want to have a polyhedron that is invalid, but I'm looking for a
solution to load data, that forms an invalid polyhedron into my program.
The scan data is loadable with all of the standard 3D programs, e.g.
meshlab, 3ds max, ... So there has to be a way to load and display the data.
How can I catch the exception, that is thrown by CGAL, if an erroneous
face/halfedge is found and tell CGAL to ignore it (or do something else) in
order to create a valid polyhedron in the end?

The difficulty I see with off format is the huge amount of ply files
(several hundreds) I have to work with. I think it is easier to solve the
loading problem, than to convert all my files into off.

Greetings
time4breakfast

--
View this message in context:
http://cgal-discuss.949826.n4.nabble.com/Problems-loading-ply-files-using-Polyhedron-incremental-builder-3-tp4233251p4236816.html
Sent from the cgal-discuss mailing list archive at Nabble.com.



Archive powered by MHonArc 2.6.16.

Top of Page