PDA

View Full Version : Flex convert my dynamic Drawing into the .DXF and .DWG format.



Simply simon
December 4th, 2009, 02:12 AM
Hi ,

I am new vibe in Flash.
I want to convert my dynamic Drawing (that I created in a Flash Dialog using AS 3) into the .DXF and .DWG format.
Is there any way by which I can give the export functionality on the flash page so that the dynamic drawing that created in flash code will export into .DXF and .DWG format.

Please Help
Thanks,
Simon

FizixMan
December 4th, 2009, 07:36 AM
We've had to do something like that at my work. We used server-side webservices and utilized an AutoCAD library; we passed our entities (lines, text, arcs, etc.) and converted them to AutoCAD equivilents on the server.

Simply simon
December 4th, 2009, 07:54 AM
We've had to do something like that at my work. We used server-side webservices and utilized an AutoCAD library; we passed our entities (lines, text, arcs, etc.) and converted them to AutoCAD equivilents on the server.


Hi,

Can you please give me an example or a link how do you achieve this.
Its really helpful for me.

Thanks!!

FizixMan
December 4th, 2009, 09:58 AM
There was no example that we followed. The library we used was for .NET at http://woutware.com which if you download the trial has examples in it on how to build AutoCAD files programmatically. Do some searches for how to create webservices and communicate Flash with them. This was just the particular library we used, there are several others out there and probably some for other platforms (PHP, Java, etc.) as well if you need to use those.