使用 WPF 以 3d 形式绘制大型数据集?

发布于 2024-09-30 03:29:03 字数 278 浏览 1 评论 0原文

我需要能够在三个轴上绘制具有负坐标和正坐标的线。 (最好在 WPF 中)

数据集由 (x, y ,z) 坐标组成,并且将有数千行。每条线有数百个点。

我需要绘制它,以便我可以连接这些点以显示连接它们的线。

那么最好的方法是什么?我没有使用 DirectX 或任何类型的可视化软件的经验。您有推荐的好第三方库吗?

这是一个大学研究项目,因此具有学术许可证或折扣的产品会很好。

我希望我不必自己编写整个图形软件的代码,因为这不是该项目的重点。

谢谢。

I need to be able to plot lines on three axes with negative as well as positive co-ordinates. (Preferably in WPF)

the dataset consists of (x, y ,z) coordiantes and will have thousands of lines. Each line having hundreds of points.

I need to plot it so that I can join the points to show the line which connects them.

So what's the best way to do this? I have no experience with DirectX or any kind of visualisation software. Is there a good 3rd party library that you would recommend?

This is for a university research project so products which have an academic license or discount would be nice.

I'm hoping I don't have to code this whole graphing software myself as it is not the point of the project.

Thank you.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

剩一世无双 2024-10-07 03:29:04

您可以尝试http://dynamicdatadisplay.codeplex.com,但它已经有一段时间没有更新了。

You can try http://dynamicdatadisplay.codeplex.com but it has not been updated for a while.

彩扇题诗 2024-10-07 03:29:04

可能的 MathGL 库(核心为 LGPL)满足您的要求。但 C# 只能使用类似 C 的接口。

Possible MathGL library (LGPL for core) meet yours requirements. But only C-like interface is available for C#.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文