Re: Processing Solid Edge objects

2006-11-29 Thread obnmfrbeqzgkst
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

Re: Processing Solid Edge objects

2006-11-29 Thread Maria R
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

Re: Processing Solid Edge objects

2006-11-29 Thread olive
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