Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Cross-Section Area of Tube and Cylinder Fitting

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Cross-Section Area of Tube and Cylinder Fitting


Chronological Thread 
  • From: "Sebastien Loriot (GeometryFactory)" <>
  • To:
  • Subject: Re: [cgal-discuss] Cross-Section Area of Tube and Cylinder Fitting
  • Date: Wed, 30 Jan 2013 07:01:02 +0100
  • Organization: GeometryFactory

Using the AABB-tree [1] you can do what you want.

Have a look at the AABB-tree demo that is computing the intersection with a plane you move with the mouse with a mesh
(in CGAL-4.1/demo/AABB_tree).

Sebastien.

[1] http://www.cgal.org/Manual/latest/doc_html/cgal_manual/AABB_tree/Chapter_main.html

On 01/30/2013 02:46 AM, Jeffrey Bush wrote:
Hi,

I am currently working on creating a program that calculates
cross-sectional areas at various points along tube-like 3D meshes
(specifically dendrites from neurons). I only just now came across your
library and am unsure if it has what I need.

I already have the triangulated meshes. First trying to just take

Jeff




Archive powered by MHonArc 2.6.18.

Top of Page