Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Slhouette: From 3d to 2d

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Slhouette: From 3d to 2d


Chronological Thread 
  • From: Efi Fogel <>
  • To:
  • Subject: Re: [cgal-discuss] Slhouette: From 3d to 2d
  • Date: Sat, 4 Feb 2012 22:01:45 +0200

Recently (very recently), we have published a book enitled "CGAL Arrangements and Their Applications" [1]. The book contains several examples including one that computes the silhouette of a polyhedron called polygon_orientation.cpp[3]. It may depend on other header files available at at [2].

[1] http://www.springer.com/computer/image+processing/book/978-3-642-17282-3
[2] http://acg.cs.tau.ac.il/cgal-arrangement-book
[3] http://acg.cs.tau.ac.il/cgal-arrangement-book/examples/chapter-5/ex_polygon_orientation.cpp

On Thu, Feb 2, 2012 at 11:28 PM, noel <> wrote:
I have a 3D Nef polyhedron.  I want a 2D polygon representing the silhouette
of that polyhedron (bird's eye view).  I've been looking at Envelopes but am
unsure if that is the way to proceed.  Wouldn't it be easier just to glide
it through the xy plane, intersect it there and then use that intersection
to build my polygon?

If envelopes are the correct way to do this, I find the three examples are a
little too different to what I need to be of any real use.  Does anyone have
a better example lying around the place?

--
View this message in context: http://cgal-discuss.949826.n4.nabble.com/Slhouette-From-3d-to-2d-tp4352895p4352895.html
Sent from the cgal-discuss mailing list archive at Nabble.com.

--
You are currently subscribed to cgal-discuss.
To unsubscribe or access the archives, go to
https://lists-sop.inria.fr/wws/info/cgal-discuss





Archive powered by MHonArc 2.6.16.

Top of Page