Hi, does anybody also know how to convert dgn files into svg? Or is there even an open source viewer for dgn so that I can manipulate the dgn file prior to converting it to svg?
Thanks for any hints in advance... Dominik Steiner -----Ursprüngliche Nachricht----- Von: Andres Toussaint [mailto:[EMAIL PROTECTED] Gesendet: Dienstag, 13. September 2005 17:27 An: [email protected] Betreff: Re: Cad dwg and dxf to svg Hi Fabio: I have done some tests using the yCad framework (http://sourceforge.net/projects/ycad) to convert a DXF into Java2D, and then using the SVGGraphics2D convert the Java2D into SVG. The yCad framework does a good job reading DXF files, although it is a bit cumbersome in allowing you to capture the Java2D in order to preserve the DXF file structure when converting the Java2D into SVG. Of course this is using only Java Based solutions. If you are only interested in doing it manually, I would suggest using Adobe illustrator (v9 or higher) to open your DXF and then export to SVG. Regards, Andres Toussaint On Sep 13, 2005, at 11:06 AM, Ing. Fabio Biscaro wrote: > Does anybody know how to translate a cad drawing (dxf) into swg? > > Thanks, > fabio > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: > [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
