u-anurag / OpenSeesPy

OpenSeesPy-Visualization: This branch is to work on Plotting commands to Python-based visualization of OpenSees models.
https://openseespydoc.readthedocs.io/en/latest/src/Plotting_Development_Guide.html
5 stars 2 forks source link

V1 Release: getNodesandElements and getModeShapeData #44

Closed cslotboom closed 4 years ago

cslotboom commented 4 years ago

I'm wondering if these functions should be moved to get_rendering. In theory users will have/want access to these.

I can address if so.

cslotboom commented 4 years ago

Re-evaluating, I think these functions are probably okay where they are. Changing them makes messes up the imports a lot. I consider this closed unless anyone else has comments.

u-anurag commented 4 years ago

All the data saving should be through the createODB() command for now. Unless there is a critical requirement of introducing a new function.

cslotboom commented 4 years ago

Makes sense to me.