Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] how to obtain surface triangles from delaunay_3d triangulation

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] how to obtain surface triangles from delaunay_3d triangulation


Chronological Thread 
  • From: loc <>
  • To:
  • Subject: Re: [cgal-discuss] how to obtain surface triangles from delaunay_3d triangulation
  • Date: Fri, 29 Nov 2013 12:04:47 -0800 (PST)

putting it this way, i hope the read will get what i intend to achieve. if i
have a point cloud (from a scan of building) and triangulate a subset(could
be points from the same surface of the building or points from 2 or even
more intersecting surfaces) of this cloud using DT. i want to be able to
retrieve among all the incident facets on a specified vertex, facets that
form a triangular fan around this vertex. i tried
convex_hull_3_to_polyhedron_3 function and through this i can get what i
want for at least about 25% of my points but the remaining percentages could
not be accessed using this approach.



--
View this message in context:
http://cgal-discuss.949826.n4.nabble.com/how-to-obtain-surface-triangles-from-delaunay-3d-triangulation-tp4658143p4658495.html
Sent from the cgal-discuss mailing list archive at Nabble.com.



Archive powered by MHonArc 2.6.18.

Top of Page