Hi all,
I am trying to learn how to automate a complete workflow in HyperMesh using its Python scripting capabilities.
My objective is to fully parameterize the creation of a 3D object. This would involve scripting the following steps:
- First, generating the 3D geometry based on specific dimensions (width, length, height).
- Second, applying a mesh with specific controls, especially for more critical regions.
- Finally, having this entire process driven by those three initial parameters.
Is it feasible to write a single script that handles this entire process? Specifically, I want to know if a script can generate the final meshed solid with all the required properties (like element size and type) just from the dimensional inputs.
Any guidance would be appreciated.