TetGenSetPoints[expr,points]
sets the points in a TetGen expression.
TetGenSetPoints
TetGenSetPoints[expr,points]
sets the points in a TetGen expression.
Details and Options
- To use TetGenSetPoints, you first need to load it using Needs["TetGenLink`"].
- The points loaded into a TetGen expression must be a list of
coordinates.
Examples
Basic Examples (1)
Needs["TetGenLink`"]This creates an instance of a TetGen expression:
inst = TetGenCreate[]These are points to load to the instance:
pts = {{0., 0., 0.}, {2., 0., 0.}, {2., 0., 2.}, {0., 0., 2.}, {0., 12., 0.}, {2., 12., 0.}, {2., 12., 2.}, {0., 12., 2.}};This loads the points to the instance:
TetGenSetPoints[inst, pts]Tech Notes
Related Guides
Text
Wolfram Research (2010), TetGenSetPoints, Wolfram Language function, https://reference.wolfram.com/language/TetGenLink/ref/TetGenSetPoints.html.
CMS
Wolfram Language. 2010. "TetGenSetPoints." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/TetGenLink/ref/TetGenSetPoints.html.
APA
Wolfram Language. (2010). TetGenSetPoints. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/TetGenLink/ref/TetGenSetPoints.html
BibTeX
@misc{reference.wolfram_2026_tetgensetpoints, author="Wolfram Research", title="{TetGenSetPoints}", year="2010", howpublished="\url{https://reference.wolfram.com/language/TetGenLink/ref/TetGenSetPoints.html}", note=[Accessed: 15-June-2026]}
BibLaTeX
@online{reference.wolfram_2026_tetgensetpoints, organization={Wolfram Research}, title={TetGenSetPoints}, year={2010}, url={https://reference.wolfram.com/language/TetGenLink/ref/TetGenSetPoints.html}, note=[Accessed: 15-June-2026]}