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

File Structure - Internal vs. external functions #8

Closed cslotboom closed 4 years ago

cslotboom commented 4 years ago

Many of the functions in get_rendering, such as _plotCubeSurf(), are not intended to be used by users.

It might be a good idea to keep these in a separate file - the main plotting folder is getting a little busy. On that note, it also might be a good idea to have the database functions in their own file. Maybe a directory structure as follows makes sense?

get_rendering internal_plot_functions internal_database_functions

cslotboom commented 4 years ago

in 4cc2855 I contribute some functions to the internal_database_functions. These can be used to get nodes tags/coordinates, and element connectivity. Feel free to remove or make any changes.

u-anurag commented 4 years ago

You should work only on the tasks assigned to you. This will prevent us from working on the same task. I have assigned in the "Issues" tab.

u-anurag commented 4 years ago

I guess we are following it now.