TetGenDelaunay
TetGenDelaunay[points]
generates a Delaunay tetrahedralization for a 3D point set.
更多信息和选项
- To use TetGenDelaunay, you first need to load it using Needs["TetGenLink`"].
- TetGenDelaunay returns a list of points and tetrahedra.
- TetGenDelaunay will find a tetrahedralization that connects all points.
范例
基本范例 (2)
To use TetGenLink it must first be loaded:
You can compute the Delaunay tetrahedralization of the data with TetGenDelaunay:
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:
To use TetGenLink it must first be loaded:
To compute the Delaunay tetrahedralization of the data, use TetGenDelaunay:
Note that the points returned need not be the same as the original input data:
文本
Wolfram Research (2010),TetGenDelaunay,Wolfram 语言函数,https://reference.wolfram.com/language/TetGenLink/ref/TetGenDelaunay.html.
CMS
Wolfram 语言. 2010. "TetGenDelaunay." Wolfram 语言与系统参考资料中心. Wolfram Research. https://reference.wolfram.com/language/TetGenLink/ref/TetGenDelaunay.html.
APA
Wolfram 语言. (2010). TetGenDelaunay. Wolfram 语言与系统参考资料中心. 追溯自 https://reference.wolfram.com/language/TetGenLink/ref/TetGenDelaunay.html 年