TriangleLink`
TriangleLink`
TriangleExpressions
TriangleExpressions[]
returns a list of active Triangle expressions.
Details and Options
- To use TriangleExpressions, you first need to load it using Needs["TriangleLink`"].
- You can create a TriangleExpression with functions such as TriangleCreate and TriangleTriangulate.
Examples
Basic Examples (1)Summary of the most common use cases
In[1]:=1

✖
https://wolfram.com/xid/0bhwtvp461kdncsqdw-cbf55e
This creates two Triangle expressions:
In[2]:=2

✖
https://wolfram.com/xid/0bhwtvp461kdncsqdw-c6p5a4
In[3]:=3

✖
https://wolfram.com/xid/0bhwtvp461kdncsqdw-89imcg
This returns all the active Triangle expressions:
In[4]:=4

✖
https://wolfram.com/xid/0bhwtvp461kdncsqdw-ehwq86
Out[4]=4

This deletes the active Triangle expressions:
In[5]:=5

✖
https://wolfram.com/xid/0bhwtvp461kdncsqdw-4y1joc
Out[5]=5

Triangle expressions that go out of scope are automatically deleted:
In[6]:=6

✖
https://wolfram.com/xid/0bhwtvp461kdncsqdw-0r64x9
Out[6]=6

In[7]:=7

✖
https://wolfram.com/xid/0bhwtvp461kdncsqdw-zywvob
Out[7]=7
