|
SOLUTIONS
|
TETGENLINK PACKAGE SYMBOL
TetGenGetElements
TetGenGetElements[expr]
gets the elements in a 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 elements from the tetrahedralization:
| In[6]:= |
With the following support function, you can visualize the tetrahedra:
| In[7]:= |
| In[8]:= |
| Out[8]= | ![]() |
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »


