Hello,
I'm new in this mailing list.
I'd like to discuss this problem with pywin32 and autocad:
autocad awaiting parameters to functions as variants, but in fact, it
must be for example array of doubles x,y,z.
The problem and some fix by patching build.py script is described
here: http://www.mail-a
al!)I'd be happy to assist with this, but am unlikely to actually drive it untilI personally need it. Sadly I don't think autocad will be used by me in thenear future :)
Mark> -Original Message-> From: [EMAIL PROTECTED]> [mailto:[EMAIL PROTECTED]
]On Behalf Of Dan Glassman>
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
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
> 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