寻找 3D 绘图组件

发布于 2024-11-15 03:39:11 字数 1539 浏览 1 评论 0原文

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

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

发布评论

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

评论(2

始于初秋 2024-11-22 03:39:11

我们最终使用了 ILNumerics.Net:http://ilnumerics.net/

它能够绘制漂亮的 3D 绘图,但旋转/缩放功能有问题,可能会导致重绘有问题。

在大约 10-20 次重绘后,处置/重用控件也会导致 3D 组件的内部代码中出现 NullReferenceException 问题。 (我们最终通过使用 try / catch 等丑陋的尝试和错误方法“修复”了这个问题)

我在这里发布了一些已完成项目的图片:http://www.tomot.de/projekte/c-sharp-funktionsplotter
从顶部开始的第二个画廊是使用 ILNumerics.Net 编辑 2012 年 1 月制作的 3D 绘图

:开发人员决定商业化:http://ilnumerics.net/forum/index.php?p=/discussion/226/ilnumerics-goes-commercial-

We ended up using ILNumerics.Net: http://ilnumerics.net/

It has the ability to draw nice 3D-Plots, but the rotating / zoom function is buggy and might result in a buggy redraw.

There is also a problem with disposing / reusing the control that results in NullReferenceException in the internal code of the 3D-Component, after ~10-20 redraws. (We ended up "fixing" this, by an ugly trial and error approach with try / catch and so on)

I posted some pictures of the finished project here: http://www.tomot.de/projekte/c-sharp-funktionsplotter
The second gallery from the top are 3D-plots made using ILNumerics.Net

Edit Jan 2012: The developers decided to go commercial: http://ilnumerics.net/forum/index.php?p=/discussion/226/ilnumerics-goes-commercial-

嘴硬脾气大 2024-11-22 03:39:11

如果您有用于显示位图(或 SVG)的组件,那么您可以使用 MathGL 绘图库(GPL、LGPL core)用于生成带有图形的此类位图(或 SVG 文件)。

If you have a component for displaying bitmap (or SVG) then you can use MathGL plotting library (GPL, LGPL for core) for producing such bitmap (or SVG file) with graphics.

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