Due to the need of visualizing the model, is it possible to add an OpenSeesPy function to return the type of the element? For example, like this.
Code: Select all
ele_type = ops.eleType(eleTag)
print(ele_type)
'dispBeamColumn'.
Code: Select all
ele_type = ops.eleType(eleTag)
print(ele_type)
'dispBeamColumn'.
Thank you, professormhscott wrote: ↑Tue Jun 09, 2020 7:11 am Issue resolved here:
https://github.com/zhuminjie/OpenSeesPyDoc/issues/188