+ +
+

plot_fibers Option#

+

A boolean that determines to show fibers or not. (Default=False)

+
+

Example#

+
+
Example for plot_fibers=True#
+
import BraineryWiz as bz
+
+# ...
+# Create the OpenSees model
+# ...
+
+# Call PlotModel command
+bz.PlotModel(plotmode=3, plot_fibers=True)
+
+
+
+ + + + +
+
+ +
+

Hint

+

For each different material, BraineryWiz considers different color.

+
+
+
+ + +