Hello Everyone,
I'm new to PyMechanical and I'm currently trying to launch an existing mechdat file using PyMechanical.
I have tried a few things like:
mechanical = launch_mechanical()
mechanical.open('path/to/file')
None were of success, in this case 'open' is not attribute of mechanical. Printing dir(mechanical) to get the available attributes didn't get me any further. I struggle to find documentation on this matter as most examples deal with importing geometries and building the model from scratch.
I apologize if this is a <?WORD FLAGGED?> question, but I'd greatly appreciate any help.
Thank you!
best regards