Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Re: Nef polygon

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Re: Nef polygon


Chronological Thread 
  • From: "Sebastien Loriot (GeometryFactory)" <>
  • To:
  • Subject: Re: [cgal-discuss] Re: Nef polygon
  • Date: Mon, 20 May 2013 17:00:24 +0200
  • Organization: GeometryFactory

You need to create two polyhedra using for example this one:

http://www.cgal.org/Manual/latest/doc_html/cgal_manual/Convex_hull_3/Chapter_main.html#Subsection_16.2.3

and then creates the nef polyhedra from the polyhedra.

If you want to write intermediate OFF, put the Polyhedron in the stream.

Sebastien.

On 05/20/2013 04:44 PM, ChaoM wrote:
Hello Sebastien:
I do as your suggestion! But when I convert the polyhedron to .off,
the result seems good ! While I compute the outside points and intersected
points , and do the Delaunay Triangulation, the result of converting .off
seems bad !
More detail ,please see the pictures ~
Thank you !
<http://cgal-discuss.949826.n4.nabble.com/file/n4657510/poly_.off.png>
<http://cgal-discuss.949826.n4.nabble.com/file/n4657510/delaunay_to_.off.png>
<http://cgal-discuss.949826.n4.nabble.com/file/n4657510/Delaunay.png>



--
View this message in context:
http://cgal-discuss.949826.n4.nabble.com/Nef-polygon-tp4657453p4657510.html
Sent from the cgal-discuss mailing list archive at Nabble.com.





Archive powered by MHonArc 2.6.18.

Top of Page