Questions on TetGenLink, a Mathematica application that links to TetGen, a quality tetrahedral mesh generator and a 3D Delaunay triangulator.

learn more… | top users | synonyms

18
votes
3answers
434 views

Efficiently determining if 3D points are within a surface composed of polygons

This is the 2nd part of a previous question which I edited to make into 2 separate questions: Extracting polygons from 3D contour plot surface As an extension of my earlier question involving simple ...
11
votes
2answers
598 views

Finding a Concave Hull

I have a 3d clustered data: Is there any other way to get concavehull of 3D data points?
7
votes
1answer
173 views
6
votes
2answers
338 views

Finding concave hull for separated small clusters

Data : data3D = Import[file, "VertexData"]; Graphics3D[Point[data3D]] How to find concave polygon for separated small clusters.
6
votes
1answer
601 views

Delaunay Triangulation for 3D Surface Data

I want to do a Delaunay triangulation on scattered 3D surface data. Mathematica itself does it only for 2D through the command DelaunayTriangulation[], which gives ...