Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Mesh Generation for Parametric Surface

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Mesh Generation for Parametric Surface


Chronological Thread 
  • From: Zohar <>
  • To:
  • Subject: Re: [cgal-discuss] Mesh Generation for Parametric Surface
  • Date: Mon, 15 Sep 2014 08:05:13 -0700 (PDT)


Sure, there's no rush on my side.
There's a fundamental difference between an implicit function that
Mesh_domain takes, and your parametric surface. make_mesh_3 extracts a water
tight (closed) mesh, and as an input it needs a function that would tell it
if a point is inside or outside the object, similar to the marching cubes
algorithm input. This means that it would require: (i) that your surface
would be water tight, (ii) your parametric function should be converted,
such that for an input point in R^3, it would return inside or outside of
the object. I can't see how you accomplish (ii), since your function doesn't
cover R^3, thus you can't do an inverse.



--
View this message in context:
http://cgal-discuss.949826.n4.nabble.com/Mesh-Generation-for-Parametric-Surface-tp4659822p4659843.html
Sent from the cgal-discuss mailing list archive at Nabble.com.



Archive powered by MHonArc 2.6.18.

Top of Page