Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] How to tetrahedralize with feature edges

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] How to tetrahedralize with feature edges


Chronological Thread 
  • From: "Laurent Rineau (CGAL/GeometryFactory)" <>
  • To:
  • Subject: Re: [cgal-discuss] How to tetrahedralize with feature edges
  • Date: Wed, 04 Jun 2014 10:56:43 +0200
  • Organization: GeometryFactory

Le Wednesday 04 June 2014 11:34:46 kenichiro yoshimi a écrit :
> // Mesh criteria
> Mesh_criteria criteria(facet_angle=25, facet_size=0.3, facet_distance=0.1,
> cell_radius_edge_ratio=3);

To be able to preserve the sharp features, you need to set the parameter
edge_size to a strictly positive value. In your case it could be
edge_size=0.3
(same as facet_size).

--
Laurent Rineau, PhD
R&D Engineer at GeometryFactory http://www.geometryfactory.com/
Release Manager of the CGAL Project http://www.cgal.org/




Archive powered by MHonArc 2.6.18.

Top of Page