Search code examples
c#wpfhelix-3d-toolkit

HelixToolkit and 3d plotting


I searched for decent library, that allow plotting surfaces of revolution. So I found HelixToolkit, that has not only convenient wpf controls, but also big lack of documentation.

I want to create two-sheeted hyperboloid that descibed by formula but can't figure out what to use in mish-mash of functions and objects, that Helix delivers.

If you know another libraries/documentation or even solution to my problem, please, guide me.


Solution

  • https://github.com/helix-toolkit/helix-toolkit/tree/develop/Source/Examples/WPF/SurfaceDemo

    Helixtoolkit has the dynamic surface 3d, maybe this is what you want.