TetGenLink`
TetGenLink`

TetGenConvexHull

TetGenConvexHull[points]

generates a convex hull for a 3D point set.

更多信息和选项

  • To use TetGenConvexHull, you first need to load it using Needs["TetGenLink`"].
  • TetGenConvexHull will return a list of points and facets that encloses all points.

范例

基本范例  (2)

First, some random points are generated and displayed:

Now you can compute the convex hull of the 3D points. TetGenConvexHull will return a list of points and surface triangles:

Each surface triangle is a list of three integers. These integers refer to the coordinates. You can plot them by using GraphicsComplex:

Load geometry data:

To compute the convex hull of the data, use TetGenConvexHull:

Note that the points returned need not be the same as the original input data:

Duplicate coordinates are deleted:

Wolfram Research (2010),TetGenConvexHull,Wolfram 语言函数,https://reference.wolfram.com/language/TetGenLink/ref/TetGenConvexHull.html.

文本

Wolfram Research (2010),TetGenConvexHull,Wolfram 语言函数,https://reference.wolfram.com/language/TetGenLink/ref/TetGenConvexHull.html.

CMS

Wolfram 语言. 2010. "TetGenConvexHull." Wolfram 语言与系统参考资料中心. Wolfram Research. https://reference.wolfram.com/language/TetGenLink/ref/TetGenConvexHull.html.

APA

Wolfram 语言. (2010). TetGenConvexHull. Wolfram 语言与系统参考资料中心. 追溯自 https://reference.wolfram.com/language/TetGenLink/ref/TetGenConvexHull.html 年

BibTeX

@misc{reference.wolfram_2024_tetgenconvexhull, author="Wolfram Research", title="{TetGenConvexHull}", year="2010", howpublished="\url{https://reference.wolfram.com/language/TetGenLink/ref/TetGenConvexHull.html}", note=[Accessed: 05-November-2024 ]}

BibLaTeX

@online{reference.wolfram_2024_tetgenconvexhull, organization={Wolfram Research}, title={TetGenConvexHull}, year={2010}, url={https://reference.wolfram.com/language/TetGenLink/ref/TetGenConvexHull.html}, note=[Accessed: 05-November-2024 ]}