Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] CAD model volume meshing using Mesh_3 ?

Subject: CGAL users discussion list

List archive

[cgal-discuss] CAD model volume meshing using Mesh_3 ?


Chronological Thread 
  • From: Mark Blome <>
  • To:
  • Subject: [cgal-discuss] CAD model volume meshing using Mesh_3 ?
  • Date: Wed, 31 Oct 2012 11:23:13 +0100


Hi all,

I have a simple question about the 3D Mesh Generation package:
Is it possible to volume discretize a domain using a triangulated surface
as input enforcing the triangulated surface not to be modified during meshing?

From mesh_polyhedral_domain.cpp (Mesh_3/applications/)I learned that I can use

c3t3.insert_surface_points(polyhedron.points_begin(),
polyhedron.points_end(),
domain.make_surface_index());
CGAL::refine_mesh_3<C3t3>(c3t3, domain, criteria, no_exude(),
no_perturb());

to force all points of the initial polygonal surface to be present in the
resulting mesh,
but would this guarantee the surface to remain unchanged in the final result ?

I would need this functionality for volume discretizing a CAD model that
consists of
several solids with shared model faces and edges (I discretize faces and
edges
beforehand using a different mesher).

Thanks for any help on this,
Mark


  • [cgal-discuss] CAD model volume meshing using Mesh_3 ?, Mark Blome, 10/31/2012

Archive powered by MHonArc 2.6.18.

Top of Page