Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] Question about Nef Polyhedra

Subject: CGAL users discussion list

List archive

[cgal-discuss] Question about Nef Polyhedra


Chronological Thread 
  • From: Atul Thakur <>
  • To:
  • Subject: [cgal-discuss] Question about Nef Polyhedra
  • Date: Mon, 15 Jun 2009 19:58:24 -0400
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:content-type; b=Vt4hDuZTf37Bu24R/Z/5LUHKJpaFlvFCuS2eDZOB9cVtvZ4KxVJqUE6C3qohlXVLPb 0pQaG/BuIIeWfuzTVRe1eQrjvnziD+TIjKk9xx38IkSxE8oqHeXzTDar8Mb1TXpMKDtQ yuF4Y5fVoLTwLO+pc2sy2DRqmK/BAY0Nvuaqw=

Hi all,
As far as my understanding goes about Nef Polyhedra, it is a kind of cellular model by which we can represent and operate upon the non-manifold geometries (please correct me if wrong).
Most of the CGAL examples that I have seen so far usually convert a simple Polyhedron into a Nef Polyhedron, which means that we always load manifold geometric data into a Nef Polyhedra.
If I need to operate upon a nonmanifold geometry like a sphere enclosed in a box, I am not sure how to load such data into Nef Polyhedra.

Is there a way to populate the Nef Polyhedron directly, using some kind of facet data? Can someone please point me to example code to do that?

thanks and regards,

-Atul




Archive powered by MHonArc 2.6.16.

Top of Page