evereux / pycatia

python module for CATIA V5 automation
MIT License
196 stars 53 forks source link

[FEATURE REQUEST] Using pycatia to automate operations in machining modules like Prismatic Machining #209

Closed mousjad closed 5 months ago

mousjad commented 5 months ago

Hi,

I would like to use python to prepare machining programs using pycatia. Currently, CATProcess are not even in the document type that are recognized.

I would be open to help implementing it with a little guidance.

Thank you for your time and expertise.

evereux commented 5 months ago

I've updated the developement branch so that you can now do this:

from pycatia import catia

caa = catia()
documents = caa.documents
documents.add('CATProcess')
evereux commented 5 months ago

You can now add this document type in 0.6.9.