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

show_nodes_tag Option#

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

Example#

Example with show_nodes_tag=True#
import BraineryWiz as bz

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

# Call PlotModel command
bz.PlotModel(plotmode=1, show_nodes_tag=True)