|
SOLUTIONS
|
TETGENLINK PACKAGE SYMBOL
TetGenGetEdges
TetGenGetEdges[expr]
gets the edges in a TetGen expression.
DetailsDetails
- To use
, you first need to load it using Needs["TetGenLink`"].
returns the edges in a TetGenExpression.
needs the "e" switch to be set during the call to TetGenTetrahedralize.
ExamplesExamplesopen allclose all
Basic Examples (1)Basic Examples (1)
| In[1]:= |
This creates an instance of a TetGen expression:
| In[2]:= |
| Out[2]= |
These are points and facets to load into the instance:
| In[3]:= |
This loads the points and facets into the instance:
| In[4]:= |
The tetrahedralization is done with the "e" switch to trigger the computation of the edges:
| In[5]:= |
| Out[5]= |
This extracts and visualizes the edges:
| In[6]:= |
| Out[6]= | ![]() |
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »



