Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] DT3 to .OFF or .OBJ file format

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] DT3 to .OFF or .OBJ file format


Chronological Thread 
  • From: "Sebastien Loriot (GeometryFactory)" <>
  • To:
  • Subject: Re: [cgal-discuss] DT3 to .OFF or .OBJ file format
  • Date: Tue, 23 Sep 2014 10:00:53 +0200
  • Organization: GeometryFactory

On 09/23/2014 03:10 AM, Sal wrote:
Hi there,

I am new to this nice library CGAL. Could anyone please tell how should I
convert DT3 (CGAL::Delaunay_triangulation_3<Kernel, Tds,
CGAL::Fast_location>) to .OFF or .OBJ file. I have noticed that DT3 has its
own ofstream but it is not .OFF nor .OBJ

Thanks:)


This is not possible. You can only export the convex hull like in this example:

http://doc.cgal.org/latest/Convex_hull_3/index.html#Convex_hull_3Dynamic

Sebastien.




--
View this message in context:
http://cgal-discuss.949826.n4.nabble.com/DT3-to-OFF-or-OBJ-file-format-tp4659871.html
Sent from the cgal-discuss mailing list archive at Nabble.com.





Archive powered by MHonArc 2.6.18.

Top of Page