[PythonCAD] DXF reader testing (and IPC)

Eric Wilhelm ewilhelm at sbcglobal.net
Thu Dec 4 07:31:25 EST 2003


> The following was supposedly scribed by
> Luis W. Sevilla
> on Thursday 20 November 2003 03:45 am:

>Hi
>    I'd like to take a look to the DXF reader. It dumps my dxf, but ...
>what now? How can I view the draw?

Write a back-end to pythoncad for loading dwg/dxf?

You might want to look at my CAD::Drawing Perl module, which has started to 
grow the begginings of a GUI.  I plan to eventually incorporate Art's dwg 
reader as a backend (currently, it just uses the opendwg toolkit.)

Art,

Has pythoncad got any IPC capabilities yet?  I've been thinking lately about 
the possibility of TCP or socket communication.  What would this do for your 
load/save capabilities?  (i.e. what if your save/load functions just spawned 
a back-end and dumped/read XML over a pipe?)

--Eric

-- 
"Everything should be made as simple as possible, but no simpler."
                                        --Albert Einstein




More information about the PythonCAD mailing list