The latest Released version: 0.95 - Email Address: BraineryWiz@Gmail.com.

scale_factor Option#

Determines the scale factor of deformations. (Default=1)

Examples#

Example with scale_factor=2#
import BraineryWiz as bz

# ...
# Create the OpenSees model
# ...

# Call PlotModel command
bz.PlotDefo(plotmode=1,scale_factor=2)
Example with scale_factor=10#
import BraineryWiz as bz

# ...
# Create the OpenSees model
# ...

# Call PlotModel command
bz.PlotDefo(plotmode=1,scale_factor=10)