Add option to allow triangles being excluded from refinement.

This commit is contained in:
wo80
2022-02-15 21:05:59 +01:00
parent ea6d39e1da
commit b12d168cea
4 changed files with 26 additions and 1 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ namespace TriangleNet.Examples
{
var pts = new List<Vertex>
{
// The 4 corners of the square.
// The 4 corners of the rectangle.
new Vertex(1.5, 1.0),
new Vertex(1.5, -1.0),
new Vertex(-1.5, -1.0),