DrawNodesOff Option#
By calling this option, nodes that are connected to at least an element won’t be shown.
Examples#
source BraineryWiz.tcl
# ...
# lines of Creating OpenSees model
# ...
# Call PlotModel command
PlotModel DrawNodesOff
Watch resulted plot here.
Hint
Attention that this option only affects on the nodes that are connected to the elements and has no effect on the free nodes (not connectoed to any element) and free nodes always will be drawn or plotted.