Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] Re: Reading polyhedrons from .off files

Subject: CGAL users discussion list

List archive

[cgal-discuss] Re: Reading polyhedrons from .off files


Chronological Thread 
  • From: tang <>
  • To:
  • Subject: [cgal-discuss] Re: Reading polyhedrons from .off files
  • Date: Sat, 22 Jun 2013 18:17:28 -0700 (PDT)

Dear all,

Could anyone tell me how to build Polyhedron from surface triangles? The
input arrays include the point and triangle index:

double *pnt; /// 3*N; x1, y1, z1, x2, y2, z2, ...
int *tri; /// 3*ntri; t11, t12, t13, t21, t22, t23, ...


Thanks,
Zhanghong Tang



--
View this message in context:
http://cgal-discuss.949826.n4.nabble.com/Reading-polyhedrons-from-off-files-tp4475138p4657694.html
Sent from the cgal-discuss mailing list archive at Nabble.com.


  • [cgal-discuss] Re: Reading polyhedrons from .off files, tang, 06/23/2013

Archive powered by MHonArc 2.6.18.

Top of Page