Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] How to mesh an hyperboloid implicit surface?

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] How to mesh an hyperboloid implicit surface?


Chronological Thread 
  • From: Laurent Rineau <>
  • To:
  • Subject: Re: [cgal-discuss] How to mesh an hyperboloid implicit surface?
  • Date: Thu, 8 Mar 2007 23:33:53 +0100
  • Organization: Inria, Sophia Antipolis, FRANCE

On Thursday 08 March 2007 19:18:16 Matthieu Chavent wrote:
> Hello Everybody,
>
> I would like to mesh an hyperboloid implicit surface (equation is: -x2 +
> y2 +z2 -R ). In order to perform that, I used the little script in the
> CGAL manual ( In the 3D surface mesher section). It works well for the
> sphere equation but crashes for the hyperboloid equation.

The 3D surface mesher is not adapted to mesh unbounded surfaces.

What bounding sphere have you used? You should read the manual. You need a
bounded surface, with an interior (for example the union of the bounded
components) and an exterior (the unbounded component), at least. You also
need to defined a bounding sphere, whose center is in the interior of the
surface.

There are subtleties if your surface have multiple connected components (you
need several input points on each components). I can help you to deal with
that.

But, as for the hyperboloid... You will need to make it bounded in a way.

--
Laurent Rineau
INRIA - Sophia Antipolis
BP 93, 2004 Route des Lucioles
06902 Sophia Antipolis Cedex FRANCE
Phone: +33 4 92 38 71 54



Archive powered by MHonArc 2.6.16.

Top of Page