displaying dxf drawings in a GUI
Jakab Gábor <[email protected]>
| Newsgroups | gmane.comp.python.wxpython |
|---|---|
| Message-ID | <[email protected]> |
Dear all, I'm working on an app that would enable the user to quickly generate 2D .dxf drawings based on some input values. For user convenience and visual error checking it makes a lot of sense to show the generated dxf in the GUI right at input, preferably in a way that reads the entities to be shown from the generated dxf files. Writing and querying the drawings can be done quite easily using the excellent ezdxf package; now I'm looking for the canvas that best suits my needs. To display are basic geometric entities: lines, arcs, perhaps some text. Anything more complex can be approximated by lines. I *think* the FloatCanvas class in wx.lib.floatcanvas can do everything I need out of the box. Do you have any suggestions what else could be used? Thanks in advance! -- You received this message because you are subscribed to the Google Groups "wxPython-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/wxpython-users/188f6001-e840-45d8-8fef-254b79a9e7ac%40googlegroups.com.