scale_factor Option#
Determines the scale factor of deformations. (Default=1)
Examples#
import BraineryWiz as bz
# ...
# Create the OpenSees model
# ...
# Call PlotModel command
bz.PlotDefo(plotmode=1,scale_factor=2)
import BraineryWiz as bz
# ...
# Create the OpenSees model
# ...
# Call PlotModel command
bz.PlotDefo(plotmode=1,scale_factor=10)