什么(免费)库我可以使用在C#创建3D表面图的图形?可以使用、图形、表面

由网友(灰色周末)分享简介:我正在寻找一个免费的图书馆,我可以使用C#创建三维图形。I'm looking for a free library that I could use in C# to create 3 dimensional graphics.我用Jzy3d库,现在我想在C#中做同样的已经做到了在Java中。但是我找不到任何好...

我正在寻找一个免费的图书馆,我可以使用C#创建三维图形。

I'm looking for a free library that I could use in C# to create 3 dimensional graphics.

我用Jzy3d库,现在我想在C#中做同样的已经做到了在Java中。 但是我找不到任何好的/免费库来执行它。 因此,如果任何人有关于我可能会使用图书馆的想法......

I already did it in Java using the "Jzy3d" library and now I'd like to do the same in C#. But I can't find any good / free library to perform it. So if anyone's got an idea on the library I might use...

下面是什么,我想生成通过C#库中的图片:

Here is a picture of what I'd like to generate with the library through C# :

推荐答案

下面是我用来添加3D图形在我的C#+ Windows窗体的解决方案。

Here is the solution I used to add a 3D graphic on my C# +Windows Form.

我第一次包括WPF控件我的C#形式。 (http://dotnet.dzone.com/articles/hosting-wpf-controls-winforms)

I first included a WPF control to my C# Form. (http://dotnet.dzone.com/articles/hosting-wpf-controls-winforms)

然后我用下面的例子来创建我的图形:http://www.$c$cproject.com/Articles/42174/High-performance-WPF-3D-Chart.

Then I used the following example to create my graphic : http://www.codeproject.com/Articles/42174/High-performance-WPF-3D-Chart.

阅读全文

相关推荐

最新文章