Is there any way to create a Python script (or in another programming language) that I can use in HyperMesh to automate my work?
For example, I created a solid from scratch and then generated my entire customized mesh from it. Now, I need to do the same for another 20 different sizes of this solid (only the proportions would change). To save time, I would like to write a code that automates the process from solid creation to meshing, where I could parameterize the solid’s dimensions and simply change an input variable, and it would generate both the solid and its mesh for me.
I know this is possible in other software (such as Abaqus, which allows the creation of a macro — meaning it generates a code with all your step-by-step actions that you can edit in Python, parameterize/modify as needed, and then run this macro/script directly in Abaqus to perform the tasks automatically). I would like to know if something similar is possible in HyperMesh, considering I am a new user of the software.