Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] Creating A Cylinder Using An Implicit Function

Subject: CGAL users discussion list

List archive

[cgal-discuss] Creating A Cylinder Using An Implicit Function


Chronological Thread 
  • From: moogroo <>
  • To:
  • Subject: [cgal-discuss] Creating A Cylinder Using An Implicit Function
  • Date: Wed, 16 Oct 2013 08:37:37 -0700 (PDT)

I'm trying to create and mesh a cylinder using an implicit function.
I can create the cylinder using creating a Surface_3 object using the
implicit function
and a bounding sphere, however the problem is that the end boundary edges of
the cylinder
are not smooth, obviously as a result of using a bounding sphere.

Surface_3 surface( implicit_function, //pointer to
function
Sphere_3( CGAL::ORIGIN, 4. )); //bounding sphere

<http://cgal-discuss.949826.n4.nabble.com/file/n4658218/cylinder_crop.png>

Is there a way to create the cylinder surface such that the end boundary
edges are smooth?
I have tried finding methods in the manual, without much luck.

If you could point me in the right direction that would be greatly
appreciated.
Hayan



--
View this message in context:
http://cgal-discuss.949826.n4.nabble.com/Creating-A-Cylinder-Using-An-Implicit-Function-tp4658218.html
Sent from the cgal-discuss mailing list archive at Nabble.com.


  • [cgal-discuss] Creating A Cylinder Using An Implicit Function, moogroo, 10/16/2013

Archive powered by MHonArc 2.6.18.

Top of Page