Re: [python-win32] Adding AutoCAD Points.

2006-06-05 Thread Mark Hammond
Hi Dan, I was wondering what happened to that patch - I'm glad it still lives :) > Mark and I had taken that discussion off the list way back in > February, > and I'll leave it to him if he wants it back on the list. I'm happy for all 'functionality' discussions to happen on list - but if it is

Re: [python-win32] Adding AutoCAD Points.

2006-06-05 Thread Dan Glassman
Tim Riley wrote: > Has anyone come up with a way to add AutoCAD points using Python and > win32? Do I have to use Makepy on the type library? For example adding a > line to Modelspace requires you to call the AddLine method that accepts > two arrays of doubles. > > Any help/tips would be greatl

[python-win32] Adding AutoCAD Points.

2006-06-05 Thread Tim Riley
Has anyone come up with a way to add AutoCAD points using Python and win32? Do I have to use Makepy on the type library? For example adding a line to Modelspace requires you to call the AddLine method that accepts two arrays of doubles. Any help/tips would be greatly appreciated. __