TetGenExpressions[]
returns a list of active TetGen expressions.
TetGenExpressions
TetGenExpressions[]
returns a list of active TetGen expressions.
Details and Options
- To use TetGenExpressions, you first need to load it using Needs["TetGenLink`"].
- You can create a TetGenExpression with functions such as TetGenCreate and TetGenTetrahedralize.
Examples
Basic Examples (1)
Needs["TetGenLink`"]This creates two TetGen expressions:
TetGenCreate[];TetGenCreate[];This returns all the active TetGen expressions:
TetGenExpressions[]This deletes the active TetGen expressions:
TetGenDelete[TetGenExpressions[]]TetGen expressions that go out of scope are automatically deleted:
$HistoryLength = 0;
TetGenCreate[]TetGenExpressions[]Tech Notes
Related Guides
Text
Wolfram Research (2010), TetGenExpressions, Wolfram Language function, https://reference.wolfram.com/language/TetGenLink/ref/TetGenExpressions.html.
CMS
Wolfram Language. 2010. "TetGenExpressions." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/TetGenLink/ref/TetGenExpressions.html.
APA
Wolfram Language. (2010). TetGenExpressions. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/TetGenLink/ref/TetGenExpressions.html
BibTeX
@misc{reference.wolfram_2026_tetgenexpressions, author="Wolfram Research", title="{TetGenExpressions}", year="2010", howpublished="\url{https://reference.wolfram.com/language/TetGenLink/ref/TetGenExpressions.html}", note=[Accessed: 15-June-2026]}
BibLaTeX
@online{reference.wolfram_2026_tetgenexpressions, organization={Wolfram Research}, title={TetGenExpressions}, year={2010}, url={https://reference.wolfram.com/language/TetGenLink/ref/TetGenExpressions.html}, note=[Accessed: 15-June-2026]}