Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] How to insert a list of edges into surface mesh?

Subject: CGAL users discussion list

List archive

[cgal-discuss] How to insert a list of edges into surface mesh?


Chronological Thread 
  • From: tang <>
  • To:
  • Subject: [cgal-discuss] How to insert a list of edges into surface mesh?
  • Date: Wed, 10 Jul 2013 02:56:45 -0700 (PDT)

Dear all,

I have the surface mesh defined by
Polyhedron P;
and list of edges defined by two end points
vector<Point_3> pt0, pt9;
where pt0[i]--pt9[i] form an edge.

How to insert the list of edges into surface mesh P?

Thanks,
Zhanghong Tang



--
View this message in context:
http://cgal-discuss.949826.n4.nabble.com/How-to-insert-a-list-of-edges-into-surface-mesh-tp4657779.html
Sent from the cgal-discuss mailing list archive at Nabble.com.



Archive powered by MHonArc 2.6.18.

Top of Page