Page 1 of 1

Beam Diagrams with Python Script and Exporting to Excel

Posted: Sat Aug 26, 2023 3:17 pm
by Dani_
Dear STKO,

I'm looking for a way to export the moment or curvature diagrams along beam element to an Excel sheet for further analysis and visualization. I'm wondering if there's a Python script that can help automate this process. Ideally, the script should take input parameters such as the positions of Gauss points of each element and the corresponding moment or curvature values.

Thank you in advance for any assistance or insights you can provide!

Re: Beam Diagrams with Python Script and Exporting to Excel

Posted: Tue Aug 29, 2023 8:22 am
by STKO Team
In our webinar about the PythonAPI, you can find the folder 03_examples_post_processors.
There's the test_virtual_result_query_gauss.py that can work for you as a starting point.