A Quick update,
So I'm still wrestling with this macro in between jobs. I read yesterday that parameter unlock isnt possible via .catvbs, you have to use .CATScript.
I tried Alex's code but that didnt seem to work, with some digging online I found this code:
Sub CATMain()
Set objPart =...
Thanks Fernando,
For us Synchronized is always shown as locked, its value remains "True" until you edit any of the other parameters, at which point it changes to "false" automatically. Our Standard states this should always read "True", but when we create "drill_only" nodes we have no choice...
Thanks for your replies guys!
Ferdo, I've attached screen grab of the node/parameters I’m trying to modify. The parameter in question is "Sychronized". The node itself is created by a macro called HnF which we use for creating Holes/Fastener geometry and info. Each node is populated with these...
Hi All,
I've recently started creating a few macros to help my team with some of the more tedious aspects of our work within CATIA. Mainly to aid with the Airbus HnF tool.
One of the Parameters generated by the tool is set to "Constant" by default, as a means to "lock" the parameter. Does...