Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 742 Bytes

README.md

File metadata and controls

28 lines (21 loc) · 742 Bytes

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).