Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] "Getting list of each interface facet between tetrahedrons"

Subject: CGAL users discussion list

List archive

[cgal-discuss] "Getting list of each interface facet between tetrahedrons"


Chronological Thread 
  • From: Burak ER <>
  • To:
  • Subject: [cgal-discuss] "Getting list of each interface facet between tetrahedrons"
  • Date: Mon, 14 Oct 2013 23:50:44 +0300
  • Resent-date: Mon, 14 Oct 2013 23:49:30 +0300 (EEST)
  • Resent-from: Burak ER <>
  • Resent-message-id: <>
  • Resent-to:

Dear Cgal mail list subscribers,

I am searching for a way to get interface facets between all the
tetrahedras on a mesh. Therefore, every facet should have a self index
and the tetrahedrons indices which it belongs to. For example;

struct facet{
int id;
int tetrahedron_id1;//first tetrahedron
int tetrahedron_id2;//second tetrahedron
}

What is the best(fastest) way to solve this problem with cgal 3d
meshing?

Thank you in advance.

--
Burak ER
Research Assistant
Faculty of Natural Sciences & Engineering
Bursa Technical University

mailto:
https://github.com/burak-er











Archive powered by MHonArc 2.6.18.

Top of Page