I've done a similar thing with Python and Catia in the past. I used
late binding to the Catia objects and I didn't have any real issues.
Things to remember:
Remove all of the "Set" statements
No need to :
set obj = XYZ
just
obj =XYZ
Include the brackets with all Sub calls. VB is sloppy and
olive skrev:
> It would help if you could give an exemple of .par and .asm file.
>
> Is it human readable, XML ... ?
>
> Is there any other import/export file format provided ?
>
The .par files and friends are in binary format so the method I prefer
is
using the provided COM interfaces and acces
It would help if you could give an exemple of .par and .asm file.
Is it human readable, XML ... ?
Is there any other import/export file format provided ?
Maria R a écrit :
> I consider using Python to process Solid Edge .par .asm etc objects.
> Solid Edge provides a pretty rich documentation an
I consider using Python to process Solid Edge .par .asm etc objects.
Solid Edge provides a pretty rich documentation and tutorials.
Still, when trying it out, using PyWin32, I get somewhat frustrated.
So, I hope for someone out there to be willing to share experiences.
The objective is to automat