evereux / pycatia

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

[FEATURE REQUEST] Modify catia settings #231

Open Djey51 opened 2 months ago

Djey51 commented 2 months ago

Hi guis,

I would like to manage the settings of the attached picture, thanks to a script. D o you have an idea on how to do that? MultiLayerSetting

For information, I tried to export catscript file of this tab option but I obtain an empty sub.

Thanks

evereux commented 2 months ago

I couldn't find anything myself.

I'll tag a few other users to see if they have any idea: @siddhu2310 @deloarts @Mithro86.

Mithro86 commented 2 months ago

At the moment I don't have access to CATIA so I can't check. But I know many of the settings are not accessible. I did a (not so pretty) run on activating shareable licenses some years ago, using pywinauto.

Found here: https://github.com/Mithro86/CATIA-V5-scripts/blob/main/dynamic_license.py

Maybe it can be of help.

siddhu2310 commented 2 months ago

Hi guis,

I would like to manage the settings of the attached picture, thanks to a script. D o you have an idea on how to do that? MultiLayerSetting

For information, I tried to export catscript file of this tab option but I obtain an empty sub.

Thanks

I have checked in the CATIA Documentation, It is not available .

Djey51 commented 2 months ago

Hi @siddhu2310 , I also checked the Catia documentation but for me, it is not clear what is available or not around the settings. If you have the specific chapter saying that it is not available, it interests me so much. Thanks