C#图形程序设计书 [英] C# graphics programming book

查看:69
本文介绍了C#图形程序设计书的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好,

我需要一本C#图形编程书,其中介绍了如何获取两个3D曲面之间的相交曲线.

您能给我推荐一本全面的书吗?

问候,

Hi All,

I need a C# graphics programming book that explains how to obtain the intersection curve between two 3D surface.

Could you advise me a comprehensive book.

Regards,

推荐答案

1.获得两个3D曲面之间的相交曲线与C#无关,也与图形编程无关.因此,没有人会向您推荐一本可以解释"这本书的书,因为尚未写成这样的书:)

2.仍然没有完美的解决方案来解决表面-曲面相交问题(SSI).它取决于许多因素(表面的种类,所需的精度等).您将需要深入研究曲面的数学并解决许多实际问题(主要是鲁棒性).其次,表面总是在某些特定问题的情况下相交,这些情况总是有特殊要求的,因此可能永远不会存在普遍适用的SSI解决方案.

3.如果您正在寻找现成的软件,请注意,有许多软件包可以实现针对其领域的解决方案:例如,任何CAD/CAGD内核(ACIS,Parasolid等)都将提供SSI-解决方案中,您还会在 CAGL [ ^ ].我建议您看看 IRIT [
1. Obtaining an intersection curve between two 3D surfaces has nothing to do with C# and also nothing to do with graphics programming. Hence nobody will be able to recommend you a book which "explains" this because such a book has not yet been written :)

2. The perfect solution to the Surface-Surface Intersection Problem (SSI) still does not exist. It depends on many factors (kind of surface, required precision and so on). You will need to dive into mathematics of surfaces and combat the many practical issues (mainly robustness). Secondly, surfaces are always intersected in some problem specific contexts which always have special requirements, therefore a universally applicable solution to SSI will probably never exist.

3. If you are looking for a ready-to-use software then note that there are many software packages which implement solutions specific to their domain: For example any CAD/CAGD kernel (ACIS, Parasolid, etc.) will provide a SSI-solution, you will also find good (mesh based) implementations inside the CAGL [^]. I recommend having a look at IRIT[^], from which you immediately receive a lot of support for dealing with free-form curves and surfaces, it''s solution to SSI used to be quite poor, however...

4. I am not aware of any "ready-to-use" framework written in C#, but if you decide to start one, I am sure you will find many supporters inside the community...


这篇关于C#图形程序设计书的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆