zarch / openriver

A set of fluvial engineering tools
5 stars 2 forks source link

Import data from autocad #8

Open alessioz opened 14 years ago

alessioz commented 14 years ago

"Bacini montani" distributes sections data using autocad. Take a look if could be possible to import directly from dxf file or some other kind of autocad export file (dwg is almost impossible). Acknowledgment: fra

zarch commented 14 years ago

May be we can use sdxf ( http://pypi.python.org/pypi/SDXF/1.1 ) to try to import and export, but I think should be done for openriver0.2...

alessioz commented 14 years ago

As I understand sdxf is capable ony of writing, not reading. Anyway dwg seems not so impossible: http://pythonide.blogspot.com/2009/04/dwg-support-for-blender.html

Other interesting links: http://code.google.com/p/dxf-reader/ http://sd-2469.dedibox.fr/ar/modules/ar.lib.everydwg.html