wo80 / Triangle.NET

C# / .NET version of Jonathan Shewchuk's Triangle mesh generator.
442 stars 81 forks source link

Add vertices inside the polygon #38

Closed johnnyontheweb closed 1 year ago

johnnyontheweb commented 1 year ago

How to? AddContour adds the polygon, but how to have the resulting mesh passing by some internal points into the polygon?

johnnyontheweb commented 1 year ago

I found it, it's .Add - trivial question

mustbau commented 9 months ago

Hi, @johnnyontheweb can you add a line of code for adding the internal points to the polygon. that would be very helpful. thanks in advance.