Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] Re: .off To .stl coverter

Subject: CGAL users discussion list

List archive

[cgal-discuss] Re: .off To .stl coverter


Chronological Thread 
  • From: mario <>
  • To:
  • Subject: [cgal-discuss] Re: .off To .stl coverter
  • Date: Tue, 16 Apr 2013 07:21:58 -0700 (PDT)

Hi richard,

by now i solved converting 3d surface mesh(cet3) to Polyhedron object,
that is:

Polyhedron output_mesh;
CGAL::output_surface_facets_to_polyhedron(c2t3, output_mesh);


In this way all triangles' vertex are oriented and i may save an stl file
with no visualization problem.

Mario



--
View this message in context:
http://cgal-discuss.949826.n4.nabble.com/off-To-stl-coverter-tp4657020p4657208.html
Sent from the cgal-discuss mailing list archive at Nabble.com.



Archive powered by MHonArc 2.6.18.

Top of Page