Is it possible to read DXF files directly into wxPython and display
them in a wx.panel? Or does anyone know of a good module to read DXF
files into Python, at least? From there I could write a module to
display the data myself.
I've been looking around a lot and haven't found anything all that
good. I was hoping someone has found a workable solution to this
already.
Is it possible to read DXF files directly into wxPython and display
them in a wx.panel? Or does anyone know of a good module to read DXF
files into Python, at least? From there I could write a module to
display the data myself.
I've been looking around a lot and haven't found anything all that
good. I was hoping someone has found a workable solution to this
already.
On Thu, 22 Mar 2012 19:30:51 +0100, AmandaW <amandalaurelwebb@gmail.com> wrote:
Hi,
Is it possible to read DXF files directly into wxPython and display
them in a wx.panel? Or does anyone know of a good module to read DXF
files into Python, at least? From there I could write a module to
display the data myself.
I've been looking around a lot and haven't found anything all that
good. I was hoping someone has found a workable solution to this
already.