model flash
model flash
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
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
- Attachments
-
- 2x2gaodi.zip
- (860.25 KiB) Downloaded 452 times
-
- 9e1a19254da77457fd098ac7c00ae77.png (32.45 KiB) Viewed 30501 times
globalforce
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
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
- Attachments
-
- Response Spectrum.rar
- (200.92 KiB) Downloaded 397 times
-
- 33.png (101.81 KiB) Viewed 30455 times
-
- 2.png (183.76 KiB) Viewed 30458 times
-
- T05_soil_pile_test.rar
- (186.66 KiB) Downloaded 388 times
Re: model flash
The 2x2gaodi.zip file seems corrupted. We can't do anything about that.
Re: model flash
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:
Re: model flash
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
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
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
- Attachments
-
- 22.png (69.59 KiB) Viewed 30349 times
-
- 11.png (108.83 KiB) Viewed 30349 times
Re: model flash
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
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
Thanks for your suggestion, I have tried it and it is a viable solution.
Re: model flash
You're welcome. In future version we will try to provide an STKO pip command