TetGenGetElementAttributes[expr]
gets the element attributes in a TetGen expression.


TetGenGetElementAttributes
TetGenGetElementAttributes[expr]
gets the element attributes in a TetGen expression.
Details and Options
- To use TetGenGetElementAttributes, you first need to load it using Needs["TetGenLink`"].
- TetGenGetElementAttributes returns attributes that are stored in a TetGenExpression.
- TetGenGetElementAttributes needs the "A" switch to be set during the call to TetGenTetrahedralize.
Examples
Basic Examples (1)
This creates an instance of a TetGen expression:
This sets up points and facets to use:
This sets the points and facets in the TetGen instance:
This sets up variables that specify a point within a material domain as well as a region attribute and a region constraint:
The material variables are set in the TetGen instance:
This carries out the tetrahedralization, returning a new TetGen instance. The switch "A" is needed to process the material data:
This extracts the points and faces from the tetrahedralization:
Tech Notes
Related Guides
Text
Wolfram Research (2010), TetGenGetElementAttributes, Wolfram Language function, https://reference.wolfram.com/language/TetGenLink/ref/TetGenGetElementAttributes.html.
CMS
Wolfram Language. 2010. "TetGenGetElementAttributes." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/TetGenLink/ref/TetGenGetElementAttributes.html.
APA
Wolfram Language. (2010). TetGenGetElementAttributes. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/TetGenLink/ref/TetGenGetElementAttributes.html
BibTeX
@misc{reference.wolfram_2025_tetgengetelementattributes, author="Wolfram Research", title="{TetGenGetElementAttributes}", year="2010", howpublished="\url{https://reference.wolfram.com/language/TetGenLink/ref/TetGenGetElementAttributes.html}", note=[Accessed: 10-August-2025]}
BibLaTeX
@online{reference.wolfram_2025_tetgengetelementattributes, organization={Wolfram Research}, title={TetGenGetElementAttributes}, year={2010}, url={https://reference.wolfram.com/language/TetGenLink/ref/TetGenGetElementAttributes.html}, note=[Accessed: 10-August-2025]}