round_digit Option#
Determines the number of digits after dot to round and prevent of showing long numbers.
import BraineryWiz as bz
# ...
# Create the OpenSees model
# ...
# Call PlotModeShape command
bz.PlotModeShape(plotmode=1, round_digit=3)
Determines the number of digits after dot to round and prevent of showing long numbers.
import BraineryWiz as bz
# ...
# Create the OpenSees model
# ...
# Call PlotModeShape command
bz.PlotModeShape(plotmode=1, round_digit=3)