Page 1 of 1

model flash

Posted: Tue Jun 13, 2023 12:41 pm
by amb_1
Dear STKO Team
I have to ask for your help, once again my models are flashing back. All models have disappeared, can you help me to see and help me to restore the models again? I need a model in .scd format.
I have used PyMpc initially, can you help to write a python code to solve this problem? Next time the same appears so I can debug it.
Best wishes:
Ambcha

globalforce

Posted: Thu Jun 15, 2023 12:58 pm
by amb_1
Dear STKO team:

I have encountered a problem and have to seek your help in extracting the internal forces of the structure, when using the local coordinate system, I can extract the internal forces of the structure better, but when I use the global coordinate system, I cannot extract the global forces properly, in the analysis, we prefer to use the global forces, can you help me to modify the code?
In addition, I have come across a new question, how can I get the eigenvalue and response spectrum analyses of a saturated sand site? Can you give me some suggestions?
Sincerely
Ambcha

Re: model flash

Posted: Mon Jun 19, 2023 2:42 pm
by STKO Team
The 2x2gaodi.zip file seems corrupted. We can't do anything about that.

Re: model flash

Posted: Mon Jun 19, 2023 2:46 pm
by STKO Team
It's because you were using the wrong name for the result... The name you put in your Python code should match the name in the MPCO database:
namematch.png
namematch.png (137.89 KiB) Viewed 30401 times

Re: model flash

Posted: Tue Jun 20, 2023 1:18 pm
by amb_1
Thanks for your help, I have solved it. In the meantime, I would like to know when the new version of STKO software 3.4.1 or 3.5 will be released?

Re: model flash

Posted: Wed Jun 21, 2023 2:21 pm
by amb_1
Dear STKO Team:
Can I know how to install third-party libraries under the STKO folder path "C:\Program Files\STKO"? For example, I want to use pandas, PySide6, however, I have tried some methods, such as creating a new virtual environment "C:\Program Files\STKO\venv", but pandas and other third-party libraries are not working properly

Re: model flash

Posted: Mon Jun 26, 2023 4:08 pm
by STKO Team
You can simply install those packages in your regular python environment.
Then copy them from your site-packages folder to the python_packages in STKO.
Just make sure to use compatible versions.
For example, we are already using PySide2 (for Qt 5.12), so probably PySide6 will conflict with it

Re: model flash

Posted: Wed Jun 28, 2023 11:59 am
by amb_1
Thanks for your suggestion, I have tried it and it is a viable solution.

Re: model flash

Posted: Wed Jun 28, 2023 2:56 pm
by STKO Team
You're welcome. In future version we will try to provide an STKO pip command