Search found 1 match
- Tue Apr 19, 2022 9:35 am
- Forum: OpenSeesPy
- Topic: Whether it is possible to add a function that returns the type of the element.
- Replies: 1
- Views: 3533
Re: Whether it is possible to add a function that returns the type of the element.
A similar command exists: getEleClassTags(). The command doesn't seem to be documented in either the OpenSeesPy or the OpenSees docs, but opsvis and vfo both use it. As far as I can tell, the usage is (type hints written in PEP 484 format): getEleClassTags(element_tag: int) -> List[int] I'm not sure...