wo80 / Triangle.NET

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

Quadratic elements #20

Closed foxyseta closed 1 year ago

foxyseta commented 1 year ago

The original Triangle project supports quadratic elements, but it appears this project does not. Is this feature already scheduled for some future release? Are contributions appreciated on this matter?

wo80 commented 1 year ago

The old codeplex wiki had an example, here's a gist: QuadraticElements.cs

Please review and let me know, if it works.

foxyseta commented 1 year ago

Thanks! It works as expected. Since it is not in the Triangle.Examples or in the current wiki, I couldn't find it on my own. Perhaps it should be added?

wo80 commented 1 year ago

Thanks! It works as expected.

Great! The gist will be added to the examples wiki page.

foxyseta commented 1 year ago

Glad to hear it. On my side, the problem was solved, so you may close this issue whenever you feel like it.