Skip to Content.
Sympa Menu

cgal-discuss - Booleans and K-3D

Subject: CGAL users discussion list

List archive

Booleans and K-3D


Chronological Thread 
  • From: Bart Janssens <>
  • To:
  • Subject: Booleans and K-3D
  • Date: Sat, 18 Aug 2007 13:59:58 +0200
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:from:to:subject:date:user-agent:mime-version:content-type:content-transfer-encoding:content-disposition:message-id:sender; b=qincl6GEBinPN9M+fhuBFAyWAC5v+/iM2NUkGMBK6bH7WDbs6MXNcpZiYWa5TNtA60Xmmc/S1ceXnNdKGNj2teSyYOwjZJAITpNSWCLLR2cmRXuKoV/ttYy8DSiDhpaYdAgT3b5Olbn1rgc+qhjNVKTWMjW8f3G1C2dG/RXT1Js=

Hi all,

Just wanted to drop a note that I can now correctly (as indicated by a simple
test, anyway) convert the Nef Polyhedra with open polygons to K-3D meshes
that retain the open polygons.

The next problem I have to tackle is the inverse conversion: construct a Nef
polyhedron from a K-3D mesh. Is there a method to manually make facets of a
Nef polyhedron open?

I am thinking of omitting the edge cycles that make the polyhedra of the k-3D
mesh open, convert this mesh to a CGAL::Polyhedron, convert that to a Nef
Polyhedron using the constructor, and then add the cycles to make the open
facets open again.

regards,

Bart


  • Booleans and K-3D, Bart Janssens, 08/18/2007

Archive powered by MHonArc 2.6.16.

Top of Page