From my application (.NET 2.0 c#) I need to export a 3D object to a file importable in AutoCAD.
I created my DirectX 9 Mesh and I show it in a DirectX control, but with SlimDX I am not able to create a .X file, that anywhay can not be imported directly in AutoCAD, and I can not run and external conversione tool, well, I can, but the final user not.
STEP or IGES files would be the best option
SlimDX is needed because I need both 32 and 64 support.
Asked
Active
Viewed 1,584 times
0

Matteo TeoMan Mangano
- 430
- 4
- 14
1 Answers
0
AutoCAD Inventor implementation coverage of STEP does not include Mesh (Tessellated) in STEP. http://www.cax-if.org/vendor_info.php?file_id=2&comp_id=8 Meshlab may be useful to convert from your mesh format to a mesh format that Inventor can import like STL.

user3015252
- 216
- 1
- 2