show_constrained and not_show_retained_list and constrained_size Options#
+Exactly similar to what explained on show_constrained and not_show_retained_list and constrained_size for PlotModel command.
+From b6f4e16fffd09e135459509aa724bcd8404276e1 Mon Sep 17 00:00:00 2001 From: Bijan Sayyafzadeh <82403633+BijanSeif@users.noreply.github.com> Date: Fri, 3 Nov 2023 23:45:01 +0330 Subject: [PATCH] update for python plotdefo --- docs/Python_Version/index.html | 18 +- docs/Python_Version/installation.html | 18 +- docs/Python_Version/plotanime.html | 18 +- docs/Python_Version/plotanimegif.html | 18 +- docs/Python_Version/plotdefo.html | 59 +- .../plotdefo/RetainedConstrained.html | 570 ++++++++++++++++ docs/Python_Version/plotdefo/draw_nodes.html | 570 ++++++++++++++++ docs/Python_Version/plotdefo/drawwire.html | 600 +++++++++++++++++ docs/Python_Version/plotdefo/eledata.html | 570 ++++++++++++++++ .../plotdefo/imagetypename.html | 570 ++++++++++++++++ docs/Python_Version/plotdefo/legends.html | 570 ++++++++++++++++ docs/Python_Version/plotdefo/nodedata.html | 570 ++++++++++++++++ docs/Python_Version/plotdefo/onhover.html | 570 ++++++++++++++++ docs/Python_Version/plotdefo/scalefactor.html | 627 ++++++++++++++++++ .../plotdefo/show_elemens_tag.html | 570 ++++++++++++++++ .../plotdefo/show_nodes_tag.html | 570 ++++++++++++++++ docs/Python_Version/plotdefo/title.html | 570 ++++++++++++++++ .../Python_Version/plotdefo/verticalaxis.html | 570 ++++++++++++++++ docs/Python_Version/plotdefo/widthheight.html | 570 ++++++++++++++++ docs/Python_Version/plotmodel.html | 18 +- .../plotmodel/RetainedConstrained.html | 18 +- docs/Python_Version/plotmodel/draw_nodes.html | 18 +- docs/Python_Version/plotmodel/eledata.html | 18 +- docs/Python_Version/plotmodel/fibers.html | 18 +- .../plotmodel/imagetypename.html | 18 +- .../plotmodel/integratepoints.html | 18 +- docs/Python_Version/plotmodel/legends.html | 18 +- docs/Python_Version/plotmodel/nodedata.html | 18 +- docs/Python_Version/plotmodel/onhover.html | 18 +- docs/Python_Version/plotmodel/quiver.html | 18 +- .../plotmodel/show_elemens_tag.html | 18 +- .../plotmodel/show_nodes_tag.html | 18 +- docs/Python_Version/plotmodel/title.html | 18 +- .../plotmodel/verticalaxis.html | 18 +- .../Python_Version/plotmodel/widthheight.html | 18 +- docs/Python_Version/plotmodeshape.html | 24 +- docs/Python_Version/realtime.html | 18 +- docs/_sources/Python_Version/plotdefo.rst.txt | 30 + .../plotdefo/RetainedConstrained.rst.txt | 7 + .../plotdefo/draw_nodes.rst.txt | 7 + .../Python_Version/plotdefo/drawwire.rst.txt | 23 + .../Python_Version/plotdefo/eledata.rst.txt | 7 + .../plotdefo/imagetypename.rst.txt | 7 + .../Python_Version/plotdefo/legends.rst.txt | 7 + .../Python_Version/plotdefo/nodedata.rst.txt | 6 + .../Python_Version/plotdefo/onhover.rst.txt | 7 + .../plotdefo/scalefactor.rst.txt | 38 ++ .../plotdefo/show_elemens_tag.rst.txt | 6 + .../plotdefo/show_nodes_tag.rst.txt | 5 + .../Python_Version/plotdefo/title.rst.txt | 7 + .../plotdefo/verticalaxis.rst.txt | 7 + .../plotdefo/widthheight.rst.txt | 5 + docs/objects.inv | Bin 1142 -> 1450 bytes docs/searchindex.js | 2 +- source/Python_Version/plotdefo.rst | 30 + .../plotdefo/RetainedConstrained.rst | 7 + source/Python_Version/plotdefo/draw_nodes.rst | 7 + source/Python_Version/plotdefo/drawwire.rst | 23 + source/Python_Version/plotdefo/eledata.rst | 7 + .../Python_Version/plotdefo/files/scf10.html | 15 + .../Python_Version/plotdefo/files/scf2.html | 15 + .../plotdefo/files/wirefalse.html | 15 + .../Python_Version/plotdefo/imagetypename.rst | 7 + source/Python_Version/plotdefo/legends.rst | 7 + source/Python_Version/plotdefo/nodedata.rst | 6 + source/Python_Version/plotdefo/onhover.rst | 7 + .../Python_Version/plotdefo/scalefactor.rst | 38 ++ .../plotdefo/show_elemens_tag.rst | 6 + .../plotdefo/show_nodes_tag.rst | 5 + source/Python_Version/plotdefo/title.rst | 7 + .../Python_Version/plotdefo/verticalaxis.rst | 7 + .../Python_Version/plotdefo/widthheight.rst | 5 + 72 files changed, 8883 insertions(+), 30 deletions(-) create mode 100644 docs/Python_Version/plotdefo/RetainedConstrained.html create mode 100644 docs/Python_Version/plotdefo/draw_nodes.html create mode 100644 docs/Python_Version/plotdefo/drawwire.html create mode 100644 docs/Python_Version/plotdefo/eledata.html create mode 100644 docs/Python_Version/plotdefo/imagetypename.html create mode 100644 docs/Python_Version/plotdefo/legends.html create mode 100644 docs/Python_Version/plotdefo/nodedata.html create mode 100644 docs/Python_Version/plotdefo/onhover.html create mode 100644 docs/Python_Version/plotdefo/scalefactor.html create mode 100644 docs/Python_Version/plotdefo/show_elemens_tag.html create mode 100644 docs/Python_Version/plotdefo/show_nodes_tag.html create mode 100644 docs/Python_Version/plotdefo/title.html create mode 100644 docs/Python_Version/plotdefo/verticalaxis.html create mode 100644 docs/Python_Version/plotdefo/widthheight.html create mode 100644 docs/_sources/Python_Version/plotdefo/RetainedConstrained.rst.txt create mode 100644 docs/_sources/Python_Version/plotdefo/draw_nodes.rst.txt create mode 100644 docs/_sources/Python_Version/plotdefo/drawwire.rst.txt create mode 100644 docs/_sources/Python_Version/plotdefo/eledata.rst.txt create mode 100644 docs/_sources/Python_Version/plotdefo/imagetypename.rst.txt create mode 100644 docs/_sources/Python_Version/plotdefo/legends.rst.txt create mode 100644 docs/_sources/Python_Version/plotdefo/nodedata.rst.txt create mode 100644 docs/_sources/Python_Version/plotdefo/onhover.rst.txt create mode 100644 docs/_sources/Python_Version/plotdefo/scalefactor.rst.txt create mode 100644 docs/_sources/Python_Version/plotdefo/show_elemens_tag.rst.txt create mode 100644 docs/_sources/Python_Version/plotdefo/show_nodes_tag.rst.txt create mode 100644 docs/_sources/Python_Version/plotdefo/title.rst.txt create mode 100644 docs/_sources/Python_Version/plotdefo/verticalaxis.rst.txt create mode 100644 docs/_sources/Python_Version/plotdefo/widthheight.rst.txt create mode 100644 source/Python_Version/plotdefo/RetainedConstrained.rst create mode 100644 source/Python_Version/plotdefo/draw_nodes.rst create mode 100644 source/Python_Version/plotdefo/drawwire.rst create mode 100644 source/Python_Version/plotdefo/eledata.rst create mode 100644 source/Python_Version/plotdefo/files/scf10.html create mode 100644 source/Python_Version/plotdefo/files/scf2.html create mode 100644 source/Python_Version/plotdefo/files/wirefalse.html create mode 100644 source/Python_Version/plotdefo/imagetypename.rst create mode 100644 source/Python_Version/plotdefo/legends.rst create mode 100644 source/Python_Version/plotdefo/nodedata.rst create mode 100644 source/Python_Version/plotdefo/onhover.rst create mode 100644 source/Python_Version/plotdefo/scalefactor.rst create mode 100644 source/Python_Version/plotdefo/show_elemens_tag.rst create mode 100644 source/Python_Version/plotdefo/show_nodes_tag.rst create mode 100644 source/Python_Version/plotdefo/title.rst create mode 100644 source/Python_Version/plotdefo/verticalaxis.rst create mode 100644 source/Python_Version/plotdefo/widthheight.rst diff --git a/docs/Python_Version/index.html b/docs/Python_Version/index.html index 3956ab8..eb94556 100644 --- a/docs/Python_Version/index.html +++ b/docs/Python_Version/index.html @@ -395,7 +395,23 @@
PlotDefo is the command that should be used to plot the deformed model (At the current step). The structure of the command is in this way:
+PlotDefo (plotmode=3, **kwargs)
+
For different python editors there is a need to consider some settings to plot the figure. There are different modes to plot figures and if your editor does not show the figure change the number of the mode! (1,2,3,4,5,6)
+Stands for other options that user can use to provide desired changes in the plot. In the following the existing options are described.
+Exactly similar to what explained on show_constrained and not_show_retained_list and constrained_size for PlotModel command.
+Exactly similar to what explained on draw_nodes for PlotModel command.
+A boolean that determines to draw the undeformed structe as a shadow or not. By setting this option equal to off the (Default=True)
+import BraineryWiz as bz
+
+# ...
+# Create the OpenSees model
+# ...
+
+# Call PlotModel command
+bz.PlotModel(plotmode=3, draw_wire_shadow=False)
+
Exactly similar to what explained on elements_data_tag and elements_data for PlotModel command.
+Exactly similar to what explained on image_type and image_filename for PlotModel command.
+Exactly similar to what explained on plot_legends for PlotModel command.
+Exactly similar to what explained on nodes_data_tag and nodes_data for PlotModel command.
+Exactly similar to what explained on onhover_message for PlotModel command.
+Determines the scale factor of deformations. (Default=1)
+import BraineryWiz as bz
+
+# ...
+# Create the OpenSees model
+# ...
+
+# Call PlotModel command
+bz.PlotDefo(plotmode=3,scale_factor=2)
+
import BraineryWiz as bz
+
+# ...
+# Create the OpenSees model
+# ...
+
+# Call PlotModel command
+bz.PlotDefo(plotmode=3,scale_factor=10)
+
Exactly similar to what explained on show_elemens_tag for PlotModel command.
+Exactly similar to what explained on show_nodes_tag for PlotModel command.
+Exactly similar to what explained on vertical_axis for PlotModel command.
+Exactly similar to what explained on fig_width and fig_height for PlotModel command.
+