wo80 / Triangle.NET

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

Quadratic elements #20

Closed foxyseta closed 2 years ago

foxyseta commented 2 years 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 2 years 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 2 years 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 2 years ago

Thanks! It works as expected.

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

foxyseta commented 2 years ago

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