Display full version of the post: Conversion of AutoCAD dwg file to directx file

anitha
21.05.2008, 08:51
Hai,

I want to know how to convert the AutoCAD dwg file to directx file using C# program? Or can we apply the dwg file directly to C# program so that we can implement all the animation effects(zooming, rotation..) as like that in directx file?

Regards,
Anitha.

Vladimir Michl
22.05.2008, 15:41
There is a DirectX exporter for AutoCAD 3D models - see:
http://www.xanadu.cz/en/apps/directxexport/

anitha
22.05.2008, 15:56
Hai Michl,

    Thanks for ur reply..
    We can use that directx exporter manually. Is it posible to use that exporter programmatically(in C#)?

Regards,
Anitha.N

Vladimir Michl
22.05.2008, 16:08
Yes, you can control the DirectX conversion from another AutoCAD application. If you mean using the exporter in a standalone application (without AutoCAD), it is not possible.