Re: [python-win32] Autocad automation via COM: Passing coordinates as arguments (suggested fix within)

2006-02-02 Thread wccppp
; Sent: Thursday, 26 January 2006 6:29 AM> To: python-win32@python.org> Subject: [python-win32] Autocad automation via COM: Passing coordinates > as arguments (suggested fix within)>>> >  From: wccppp <[EMAIL PROTECTED]>> >  Subject: [python-win32] question about COM aga

Re: [python-win32] Autocad automation via COM: Passing coordinates as arguments (suggested fix within)

2006-02-02 Thread wccppp
Dan,Thank you very much for taking time to examine the problem and offer a solution.  Your approach seems a little daunting to me, since I'm fairly new to python.  Also, as you mentioned, there are lots of AutoCAD methods that has point as argument.  With new release coming out every year, ther mig

Re: [python-win32] Autocad automation via COM: Passing coordinates as arguments (suggested fix within)

2006-01-26 Thread Mark Hammond
Glassman > Sent: Thursday, 26 January 2006 6:29 AM > To: python-win32@python.org > Subject: [python-win32] Autocad automation via COM: Passing coordinates > as arguments (suggested fix within) > > > > From: wccppp <[EMAIL PROTECTED]> > > Subject: [python

[python-win32] Autocad automation via COM: Passing coordinates as arguments (suggested fix within)

2006-01-25 Thread Dan Glassman
> From: wccppp <[EMAIL PROTECTED]> > Subject: [python-win32] question about COM again: variable type? > > [code] > ms.AddPoint([0.0, 0.0, 0.0]) # this line gives the problem > [/code] > > # Result is of type IAcadPoint > def AddPoint(self, Point=defaultNamedNotOptArg): > """Create