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