Hello,
I would like to carry out a structural optimization using Python with FEM-Design.
I am new to parametric modeling and I didn’t find much explanation in the Python examples.
The task I am trying to solve is the following:
– Create a structural frame (using beams) where the geometry is defined by Python variables.
– Apply different loads to the structure.
– Run the analysis.
– Retrieve the critical parameters (for buckling) and internal force values back into Python.
I welcome any help (basic explanations, as well as commands or example scripts).
Hi @Matyista23
Right now, our Python API is in the early development stage and it is not possible to define structural model. However, we do have an extended C# API with several examples that will help you with such task.
Have a look at our GetStarted doc. It is really simple ![]()
2 Likes
ehi @Matyista23
Have a look at the following start project ![]()
It might help you in achieving some of your goals!