Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] 3D mesh - surface index

Subject: CGAL users discussion list

List archive

[cgal-discuss] 3D mesh - surface index


Chronological Thread 
  • From: <>
  • To: <>
  • Subject: [cgal-discuss] 3D mesh - surface index
  • Date: Wed, 21 Aug 2013 09:20:33 +0000
  • Accept-language: fr-CH, de-CH, en-US

Hello all,

I am trying to insert surface points (from polyhedron) on a 3D mesh using the following function:

 

c3t3.insert_surface_points(polyhedron.points_begin(), polyhedron.points_end(),polyhedron.Vertex_handle->index());

 

for the third term (indexing), I recive error, how the vertex indexing should pass through the function so the conectivity

remain the same?

 

Thanks for the help,

Reagrds,

Kamal

 

 




Archive powered by MHonArc 2.6.18.

Top of Page