Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Surface Mesh

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Surface Mesh


Chronological Thread 
  • From: "Laurent Rineau (CGAL/GeometryFactory)" <>
  • To:
  • Subject: Re: [cgal-discuss] Surface Mesh
  • Date: Fri, 13 Feb 2015 12:47:19 +0100
  • Organization: GeometryFactory

Le Friday 13 February 2015 03:31:21 Omer Ozturk a écrit :
> Hello,
>
> I'm using CGAL to make surface mesh but for some objects the result is
> corrupted. For example, there is no problem when I generate surface mesh for
> a cube, but when I generate it for a polyhedron that has different edge
> lengths, it looks like in the attached image. What am I doing wrong?
>
> Thanks.
> <http://cgal-discuss.949826.n4.nabble.com/file/n4660445/Corrupted.png>


The Surface Mesh Generator of CGAL does not deal with object with sharp
features. You can try to use the 3D Mesh Generator from CGAL, with special
mesh criteria that allow any shape and size of the cells in the domain. That
will be almost equivalent to the Surface Mesh Generator.

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