Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Mesher, bounding box.

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Mesher, bounding box.


Chronological Thread 
  • From: 400555 <>
  • To:
  • Subject: Re: [cgal-discuss] Mesher, bounding box.
  • Date: Fri, 7 Aug 2009 17:13:50 +0200
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type; b=SfvlEDzJItxMIgNa0T69BjUoU362UcrhX4Yq92f4uBaX3kfM1spt4+88BeoViYIEwh XlG+1d+YAXsXLJK1FfzhEuephORMmsxUhykycysCWsAr7w3HwGq+wkBDGGhL4UgCLKmv xcDwUWBPztOPZbA3fUMFJ34osZqbYasDYLZqc=

Thank you for quick answer Manuel!

The point is that Implicit_surface_3 has a second argument with type Sphere_3:

Implicit_surface_3<Traits, Function> surface ( Function f, Sphere_3 bounding_sphere, FT error_bound = FT(1e-3));


On Fri, Aug 7, 2009 at 5:09 PM, Manuel Caroli <> wrote:
Hi 400555,


400555 wrote:
Hello everyone !

To make surface with Implicit_surface_3 necessary to set Bounding Sphere.

Is any way to use Bounding Box instead of it?
I don't know the surface mesher very well, but if you have a bounding box you couldn't you use a sphere bounding the bounding box as bounding sphere?


Also do you know last does CGAL version allow to make periodic surfaces?
There are periodic triangulations available. However they don't (yet) work together with the surface mesher as they have a slightly different interface than the normal triangulations. We are working on it.

best

Manuel
--
You are currently subscribed to cgal-discuss.
To unsubscribe or access the archives, go to
https://lists-sop.inria.fr/wws/info/cgal-discuss




Archive powered by MHonArc 2.6.16.

Top of Page