Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
An example about setting_controller(s):
This example is not pretty.
Clause
controller = setting_ctrls.item("CATCafGeneralSessionSettingCtrl") spec_controller = GeneralSessionSettingAtt(controller.com_object) print(spec_controller.auto_save)
looks like a cycle.I thought about to import every specific setting controller (GeneralSessionSettingAtt for example) into module
setting_controllers
orsetting_controller
. But there are too many specific controllers (total 78), this example may be a better one.Besides, my prime need is to change setting in page "CATIA options -> General -> Compatibility -> Graphics Formats"
see https://github.com/Tian-Jionglu/pycatia/projects/1#card-47415969
But this page seems not exposed to automation.
Anyone know more info about this page?