CAD like 3D geometry .NET library
- by Naszta
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.
…