Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Re: Problem with make_mesh_3

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Re: Problem with make_mesh_3


Chronological Thread 
  • From: "Sebastien Loriot (GeometryFactory)" <>
  • To:
  • Subject: Re: [cgal-discuss] Re: Problem with make_mesh_3
  • Date: Thu, 26 Jul 2012 15:07:43 +0200

On 07/26/2012 12:14 PM, ju21 wrote:

Zohar wrote

First make sure that you use
Exact_predicates_inexact_constructions_kernel.
Second copy the parameters from the example in the mesh generation doc.
Third make sure that your domain (which you didn't specify) encloses the
function (radius is squared radius for a sphere).


I finally make it work using parameters of another example. But I saw that
when you generate a mesh with *make_mesh_3()* the original points of the
polyhedron are not necessary present in the mesh generated.

Is it normal ?

yes, you have a remeshing of the surface while meshing the volume.

Sebastien




--
View this message in context:
http://cgal-discuss.949826.n4.nabble.com/Problem-with-make-mesh-3-tp4655492p4655588.html
Sent from the cgal-discuss mailing list archive at Nabble.com.





Archive powered by MHonArc 2.6.18.

Top of Page