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: Mariette Yvinec <>
  • To:
  • Subject: Re: [cgal-discuss] Re: Problem with make_mesh_3
  • Date: Thu, 26 Jul 2012 15:13:18 +0200


yes it is normal if you use as domain :
CGAL::Polyhedral_mesh_domain_3<Polyhedron>

If you want the mesh to respect the sharp features of the input polyhedron
you need to use;
CGAL::Polyhedral_mesh_domain_with_features_3<IGT>

Le 26/07/12 12:14, ju21 a écrit :
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 ?



--
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.


-- 
Mariette Yvinec
Geometrica project team
INRIA  Sophia-Antipolis  







Archive powered by MHonArc 2.6.18.

Top of Page