Anurag Upadhyay

Results 6 comments of Anurag Upadhyay

Get_Rendering library is moved out of OpenSeesPy package and is a stand alone package now. https://github.com/u-anurag/vfo Thanks for reminding, I will update the examples with the new package.

You can use PSUMAT with the Layered Shell element. You will have to use pip installed OpenSeesPy to use PSUMAT. It is not available on locally compiled OpenSeesPy. See the...

The example works fine for me with openseespy 3.2.0.

Thank you Dr. Scott! I did not know that.

Hey, thanks for suggesting it. I have a half-baked solution but I barely get time to finish it. I'll try to add this functionality soon.

'Get_Rendering' was renamed as 'vfo' and moved to this address: https://vfo.readthedocs.io/en/latest/. You can make the following change in your code to make it work, `import vfo.vfo as vfo` `vfo.plot_model(show_nodes='yes', show_nodetags='yes')`...