TriangleLink`
TriangleLink`
TriangleSetSegmentMarkers
TriangleSetSegmentMarkers[expr,markers]
sets the segment markers for a Triangle expression.
Details and Options
- To use TriangleSetSegmentMarkers, you first need to load it using Needs["TriangleLink`"].
- TriangleSetSegmentMarkers sets the list of integer markers in a TriangleExpression.
Examples
Basic Examples (1)Summary of the most common use cases
In[1]:=1

✖
https://wolfram.com/xid/04ihdhkhhvodvt689rhvey16i8-fxs7lh
This creates an instance of a Triangle expression:
In[2]:=2

✖
https://wolfram.com/xid/04ihdhkhhvodvt689rhvey16i8-o1426k
Out[2]=2

This sets up points and facets to use:
In[3]:=3

✖
https://wolfram.com/xid/04ihdhkhhvodvt689rhvey16i8-m4mik5
This sets the points and facets in the Triangle instance:
In[4]:=4

✖
https://wolfram.com/xid/04ihdhkhhvodvt689rhvey16i8-njb7qi
This sets the point and segment markers:
In[5]:=5

✖
https://wolfram.com/xid/04ihdhkhhvodvt689rhvey16i8-uxk89k
This carries out the triangulation, returning a new Triangle instance:
In[6]:=6

✖
https://wolfram.com/xid/04ihdhkhhvodvt689rhvey16i8-zylv5s
Out[6]=6

This extracts the points and elements from the triangulation:
In[7]:=7

✖
https://wolfram.com/xid/04ihdhkhhvodvt689rhvey16i8-vyvwtg
With the following support function, you can visualize the triangles:
In[8]:=8

✖
https://wolfram.com/xid/04ihdhkhhvodvt689rhvey16i8-zl8tzc
In[9]:=9

✖
https://wolfram.com/xid/04ihdhkhhvodvt689rhvey16i8-oo6mjk
Out[9]=9

This extracts the segment markers:
In[10]:=10

✖
https://wolfram.com/xid/04ihdhkhhvodvt689rhvey16i8-ct1vyq
Out[10]=10

Visualize some of the surface points:
In[11]:=11

✖
https://wolfram.com/xid/04ihdhkhhvodvt689rhvey16i8-vd4hf7
Out[11]=11

Out[11]=11
