Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] How to invert the normals of facets in a polyhedron_3

Subject: CGAL users discussion list

List archive

[cgal-discuss] How to invert the normals of facets in a polyhedron_3


Chronological Thread 
  • From: johnzjq <>
  • To:
  • Subject: [cgal-discuss] How to invert the normals of facets in a polyhedron_3
  • Date: Thu, 22 Dec 2011 22:11:22 -0800 (PST)

Hi all,

I am trying to invert the normals of facets in a polyhedron_3.

A fast way is to modify the connections of halfedges inside each facet.
However, I found functions such as set_next() and set_prev() are private
members of class I_Polyhedron_halfedge. How to use these functions? or are
there exist some alternate operations?

Another way is to reconstruct a new polyhedron, which is clumsy solution I
think.

Your help would be appreciated!

John.Z

--
View this message in context:
http://cgal-discuss.949826.n4.nabble.com/How-to-invert-the-normals-of-facets-in-a-polyhedron-3-tp4227589p4227589.html
Sent from the cgal-discuss mailing list archive at Nabble.com.



Archive powered by MHonArc 2.6.16.

Top of Page