Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Re: Triangulaing a polyhedron

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Re: Triangulaing a polyhedron


Chronological Thread 
  • From: "Sebastien Loriot (GeometryFactory)" <>
  • To:
  • Subject: Re: [cgal-discuss] Re: Triangulaing a polyhedron
  • Date: Fri, 17 Feb 2012 08:11:28 +0100

On 02/16/2012 11:24 PM, Zohar wrote:

From what I understand the Surface_mesher is based on an implicit function.
I have a cloud of points, and I'd like to construct only the connectivity
for it. Meaning the new polyhedron will consist of only the cloud points. I
added that the points were sampled from another polyhedron, so I might use
this info to orient them. Would the surface_mesher will be able to handle
this?
What surface_mesher can do is take the existing polyhedron and given criteria functor, it will take points on that polyhedron to produce a mesh satisfying the criteria.
It cannot mesh the polyhedron with other points given as input.
Is it important that you select which are the final mesh points? can't
you do that directly by defining a mesh criteria and let the surface
mesher work?



I think that simplification won't do it either, since my estimation of
correspondence from the cloud of points to the original polyhedron vertices
might be ambiguous.



--
View this message in context:
http://cgal-discuss.949826.n4.nabble.com/Triangulaing-a-polyhedron-tp4390780p4395658.html
Sent from the cgal-discuss mailing list archive at Nabble.com.





Archive powered by MHonArc 2.6.16.

Top of Page