show_nodes_tag Option#
+A boolean that determines to show nodes tag or not. (Default=False)
+Example#
+import BraineryWiz as bz
+
+# ...
+# Create the OpenSees model
+# ...
+
+# Call PlotModel command
+bz.PlotModel(plotmode=3, show_nodes_tag=True)
+