Update examples.

This commit is contained in:
wo80
2022-02-28 00:13:27 +01:00
parent 2290b5bd56
commit b3bfac11d1
8 changed files with 109 additions and 10 deletions
+2 -2
View File
@@ -8,11 +8,11 @@
using TriangleNet.Topology;
/// <summary>
/// Boolean operation on mesh regions (intersection, difference, xor).
/// Boolean operations on mesh regions (intersection, difference, xor).
/// </summary>
public static class Example6
{
public static void Run() //FindRegions()
public static void Run()
{
// Generate the input geometry.
var polygon = new Polygon(8, true);