quivers_size Option#
Using this option user can define a size for arrows of elements section local axis. (Default=None)
Example#
import BraineryWiz as bz
# ...
# Create the OpenSees model
# ...
# Call PlotModel command
bz.PlotModel(plotmode=1, quivers_size=0.002)
Hint
the range of the quivers_size is around 0.002 value. But currently it strongly depends on the dimension of the model and to find the proper size of quivers user may needs try and error.