Re: [python-win32] Array and CATIA

2007-08-20 Thread jelle
Hi Andread, I think Thomas Paviot managed to deal with this issue. He developed a plugin for catia which is open source. If you download this, it might be of help for you dealing with this issue. Cheers, -jelle ___ python-win32 mailing list python-win

[python-win32] Array and CATIA

2007-05-07 Thread Andreas Holtz
Hello, we have a problem to pass an array to the GetComponents()-Method of CATIA-COM-Object. The method expects an array as method-parameter. The result will be written in the given array. The array must be initialized with 12 elements. You can't pass an empty array/dictionary to the method.