Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] unexpected number of facets in Parameterization_mesh_patch_3

Subject: CGAL users discussion list

List archive

[cgal-discuss] unexpected number of facets in Parameterization_mesh_patch_3


Chronological Thread 
  • From: Alex Tsui <>
  • To:
  • Subject: [cgal-discuss] unexpected number of facets in Parameterization_mesh_patch_3
  • Date: Mon, 5 Nov 2012 19:28:10 -0800

Hi,

I'm trying to specify a Parameterization_mesh_patch_3 on a mesh, but after specifying a closed loop of vertices, I am getting an unexpected number of facets being included in the patch. Here is an image to illustrate:

http://i.imgur.com/rBYMZ.png

The white dots are the vertices I've specified, and I would expect that the 9 enclosed facets form the patch, but there are actually 18 facets in total, including the one in red.

Before this, I tried to make a patch that exported a single facet by specifying a seam that included 3 vertices of a facet in clockwise order. I would expect 1 facet in the patch but for the mesh I used, I got a patch with 4 facets.

I'm not sure what might be wrong, but I wonder if anyone has any ideas?

--Alex



Archive powered by MHonArc 2.6.18.

Top of Page