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'.
Moderators: silvia, selimgunay, Moderators
Code: Select all
ele_type = ops.eleType(eleTag)
print(ele_type)
'dispBeamColumn'.
Code: Select all
getEleClassTags(element_tag: int) -> List[int]