TetGenLink`
TetGenLink`

TetGenGetPoints

TetGenGetPoints[expr]

returns the points in a TetGen expression.

Details and Options

  • To use TetGenGetPoints, you first need to load it using Needs["TetGenLink`"].
  • The points returned from a TetGen expression are a list of coordinates.
  • A TetGen expression can have points loaded by TetGenSetPoints, read from a file using TetGenImport, or created by TetGenTetrahedralize.
  • The memory used by a TetGen expression to hold points and other resources is cleared when you use TetGenDelete.

Examples

Basic Examples  (1)

First, load the package:

This creates an instance of a TetGen expression:

These are points to load to the instance:

This loads the points to the instance:

This retrieves the points from the instance:

Wolfram Research (2010), TetGenGetPoints, Wolfram Language function, https://reference.wolfram.com/language/TetGenLink/ref/TetGenGetPoints.html.

Text

Wolfram Research (2010), TetGenGetPoints, Wolfram Language function, https://reference.wolfram.com/language/TetGenLink/ref/TetGenGetPoints.html.

CMS

Wolfram Language. 2010. "TetGenGetPoints." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/TetGenLink/ref/TetGenGetPoints.html.

APA

Wolfram Language. (2010). TetGenGetPoints. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/TetGenLink/ref/TetGenGetPoints.html

BibTeX

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

BibLaTeX

@online{reference.wolfram_2023_tetgengetpoints, organization={Wolfram Research}, title={TetGenGetPoints}, year={2010}, url={https://reference.wolfram.com/language/TetGenLink/ref/TetGenGetPoints.html}, note=[Accessed: 19-April-2024 ]}