Importing AutoCAD/Solidworks drawings/objects into winforms?
Posted
by Dinoo
on Stack Overflow
See other posts from Stack Overflow
or by Dinoo
Published on 2010-04-18T00:20:18Z
Indexed on
2010/04/18
0:23 UTC
Read the original article
Hit count: 766
Has anybody done anything like that?
I need to import 3d objects, done in either AutoCAD or Solidworks, and draw them into a windows form. I only need the object to be viewed in 3D and moved around - no manipulation required.
I am assuming I will need 2 libraries at least, one for a very simple 3D engine, and one to actually get what I need from the CAD/SW files. Autodesk has a SDK available for developing AutoCAD plugins using .NET, but I am not sure if you can use it the other way around - loading files into the .NET app.
Any help, links, and ideas are appreciated.
© Stack Overflow or respective owner