To use TetGenLink it must first be loaded:
This creates some 3D data:
You can compute the Delaunay tetrahedralization of the data with
:
The result is a list of points and tetrahedra. The list of tetrahedra is a list of four integers that refer to the coordinate positions. To visualize the tetrahedra as a wireframe, you can use a supporting function:
| Out[5]= |  |
To use TetGenLink it must first be loaded:
Load geometry data:
To compute the Delaunay tetrahedralization of the data, use
:
| Out[5]= |  |
Note that the points returned need not be the same as the original input data:
| Out[6]= |  |
Duplicate coordinates are deleted:
| Out[7]= |  |