evereux / pycatia

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

Save Management in Pycatia #214

Closed nlhanlha closed 6 months ago

nlhanlha commented 6 months ago

Can I use "save management" via pycatia? image

evereux commented 6 months ago

The Document object has a property is_saved that you could use to similar effect.

nlhanlha commented 6 months ago

Thank you!

evereux commented 6 months ago

Closing as issue seems to be resolved.