Good morning,
I've got an issue with CatiaScript.
Is it possible to run a macro and to be ask for click options?
What I mean is, instead of asking for a value that you have to write, ask for one choosen by clicking on it.
Attached screenshots
Picture 1 shows Yes or No bottons, that's what I...
Good morning,
I've got an issue with CatiaScript.
Is it possible to run a macra and to be ask for click options?
What I mean is, instead of asking for a value that you have to write, ask for one choosen by clicking on it.
Attached screenshots
Picture 1 shows Yes or No bottons, that's what I...
Thank you very much itsmyjob!!!
This is the VBS code I´ve use:
Language="VBSCRIPT"
Sub CATMain()
Set partDocument1 = CATIA.ActiveDocument
Set part1 = partDocument1.Part
Set parameters1 = part1.Parameters
Set parameterSet1 = parameters1.RootParameterSet
Set parameterSets1 =...
Good morning,
I am trying to change a parameter from a ParameterSet recording a Macro.
Attached is a screenshot of the location of the parameter "b", the one to change, and the macro script.
I am not sure about what is happening in the script, and why it does not achieve the parameter "b"...