Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Re: Open a ".OFF" format with triangulation_3 data structure

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Re: Open a ".OFF" format with triangulation_3 data structure


Chronological Thread 
  • From: "Laurent Rineau (GeometryFactory)" <>
  • To:
  • Subject: Re: [cgal-discuss] Re: Open a ".OFF" format with triangulation_3 data structure
  • Date: Thu, 1 Jul 2010 10:53:33 +0200
  • Organization: GeometryFactory

On Wednesday 30 June 2010 21:54:59 achakik wrote:
> i want to know if i can open a .OFF file format with the triangulation_3, i
> can do it with polygon_3 and i want to know if i can do it with the
> triangulation_3, if not, can i transform the polygon_3 to triangulation_3
> thank you

All you can do with an .OFF file and a 3D triangulation is computing a 3D
triangulation of the vertices of the .OFF file. The faces of the OFF file
will
not be represented in the triangulation. Would it be what you expect?

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

Top of Page