CAD like 3D geometry .NET library

Posted by Naszta on Stack Overflow See other posts from Stack Overflow or by Naszta
Published on 2011-03-30T11:47:23Z Indexed on 2013/10/29 9:54 UTC
Read the original article Hit count: 765

Filed under:
|
|
|

I am looking for a good 3D CAD like library. I need basic geometry shapes (cube, sphere, torus etc.) and the library should make the surface mesh - based on the shapes and some boolean operations.

I have found many libraries on google (wrapped on C++), but most of them are not really comfortable, and/or do not support union/intersection.

Open source would be nice, but not necessary.

Many thanks for help.

P.S.: the previous topic

Update: in C# we will use Eyeshot project.

© Stack Overflow or respective owner

Related posts about c#

Related posts about .NET