Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] 3d "triangulation" with polyhedral cells

Subject: CGAL users discussion list

List archive

[cgal-discuss] 3d "triangulation" with polyhedral cells


Chronological Thread 
  • From: Jiongxin Jin <>
  • To:
  • Subject: [cgal-discuss] 3d "triangulation" with polyhedral cells
  • Date: Thu, 22 Apr 2010 13:58:49 +0800
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=oaPZaZ1IfNR1QIsE5f9Q4wC57d8p8K07Dtn4vLHdEsZboCvT2pxV20DYHFRh6codY5 U0ZTRj1Ruwfqr8Au2jBOgRmr5x+tq/sk67tlbLgN8z4JOsa5aZGbYa7QGT2lN8iYxeY2 +lYxujYMVsIYCeCWHjwEPpO3E6/qd1BrZeVK0=

Hi,

I want to use some kind of 3d triangulation.
But the cell is not necessarily a tetrahedron.
For instance, I have a tetrahedralization to begin with, and then
prune away some faces.
Consider a face in the tetrahedralization being discarded.
The cell I got is a union of two tetrahedra. (I want a data structure
supporting such a cell.)

As a workaround, I can still use the triangulation data structure and
mark all the unwanted triangles.
I'm just wondering whether there are any data structures that natively
support this?

James



Archive powered by MHonArc 2.6.16.

Top of Page