Skip to content

DuncanMcGeehan/vfo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vfo (Visualization For OpenSees)

Python Commands to visualize OpenSees models and components.

Install this package with,

pip install vfo

Upgrade the package with,

python -m pip install --upgrade vfo

To use this package, import the commands from vfo instead of openseespy.postprocessing. For example,

# import openseespy.postprocessing.Get_Rendering as opsplt
import vfo.vfo as vfo

Now, use all the openseespy visualization commands (Here). For example,

vfo.plot_model()

USER MANUAL

A detailed list of all the latest commands will be added soon to the wiki page (Wiki).

About

Visualization For OpenSees

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%