If you like to use parameters and GUI - take advantage of a NoteBook pad next to the Object Browser. In the table you are able to define parameters and then use them in the coordinate widgets. But in my opinion it would be easier to create simple python script : )
Best regards,
Filip
thank you very much for your answer, indeed I would prefer using a python script to make the program produce recursively the geometries and the relative meshes, however every time that I ask this in the Salome python console the program simply crash
python scripting works ok, it is not easy to get the hands on it but it is doable.
have a look at this tutorial tutorial python from a great user @CyprienR ! he has some more tutorials. I work all the time with python scripts in salome what I would recommend if you want to go full scripting GEOM is quite easy to use. if you want GUI SHAPER is way more moder, but IMO way harder (and there is less material out there in the wild) to program.(here you have some mini tuto at the end https://events.prace-ri.eu/event/896/sessions/2723/attachments/998/1676/SHAPER_AShortIntro_2.pdf)
best regards.