|
SOLUTIONS
|
TETGENLINK PACKAGE SYMBOL
TetGenTetrahedralize
![]()
tetrahedralizes a TetGen expression using settings, and returns the result in a new TetGen expression.
ExamplesExamplesopen allclose all
Basic Examples (1)Basic Examples (1)
| In[1]:= |
This creates an instance of a TetGen expression:
| In[2]:= |
| Out[2]= |
This sets up points and facets to use:
| In[3]:= |
This sets the points and facets in the TetGen instance:
| In[4]:= |
This carries out the tetrahedralization, returning a new TetGen instance:
| In[5]:= |
| Out[5]= |
This extracts the points and faces from the tetrahedralization:
| In[6]:= |
| In[7]:= |
| Out[7]= | ![]() |
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »


