Skip to Content.
Sympa Menu

cgal-discuss - Polyhedron 3 data structure access

Subject: CGAL users discussion list

List archive

Polyhedron 3 data structure access


Chronological Thread 
  • From: "Louis Feng" <>
  • To: <>
  • Subject: Polyhedron 3 data structure access
  • Date: Sun, 23 Mar 2008 00:02:36 -0700
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=from:to:subject:date:mime-version:content-type:content-transfer-encoding:x-mailer:thread-index:content-language:message-id; b=qslDZ9XanGPqnpmqsViO6GM9Uf/f3JyciCSWaqrQJQ5xagGjw8iO19t4BHbQC5V6yfgG4yQjTAGiq19xLAY4MRp32YK/XaEFfqoLi2wiJ8ivT2+dHV4P1N1ybRkvFGRU+rQyJquzuQHu3d64P0A879CFzQKUku8jdCxw9wa2EOU=

I was able to use an incremental builder to create a polyhedron mesh M from
points and faces. Now I need to make another mesh S which only has a subset
of the faces from M. It seems to me that this would be something one would
use often and I wonder if there's an easy to do this beside creating a new
list of vertices and their associated face index etc.

Thanks,
Louis



  • Polyhedron 3 data structure access, Louis Feng, 03/23/2008

Archive powered by MHonArc 2.6.16.

Top of Page