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 1ee97f53d858c2fb066522c347ef4faeeba2c3c6 Mon Sep 17 00:00:00 2001 From: Bijan Sayyafzadeh <82403633+BijanSeif@users.noreply.github.com> Date: Fri, 10 Nov 2023 14:38:27 +0330 Subject: [PATCH] PlotModeShape for python --- docs/Python_Version/index.html | 24 +- docs/Python_Version/plotmodeshape.html | 87 ++- .../plotmodeshape/RetainedConstrained.html | 622 +++++++++++++++++ .../plotmodeshape/draw_nodes.html | 622 +++++++++++++++++ .../plotmodeshape/drawwire.html | 622 +++++++++++++++++ .../Python_Version/plotmodeshape/eledata.html | 622 +++++++++++++++++ .../plotmodeshape/imagetypename.html | 622 +++++++++++++++++ .../Python_Version/plotmodeshape/legends.html | 622 +++++++++++++++++ .../plotmodeshape/modenumber.html | 635 ++++++++++++++++++ .../plotmodeshape/nodedata.html | 622 +++++++++++++++++ .../Python_Version/plotmodeshape/onhover.html | 622 +++++++++++++++++ .../plotmodeshape/rounddigits.html | 635 ++++++++++++++++++ .../plotmodeshape/scalefactor.html | 622 +++++++++++++++++ .../plotmodeshape/show_elemens_tag.html | 622 +++++++++++++++++ .../plotmodeshape/show_nodes_tag.html | 622 +++++++++++++++++ docs/Python_Version/plotmodeshape/title.html | 622 +++++++++++++++++ .../plotmodeshape/verticalaxis.html | 622 +++++++++++++++++ .../plotmodeshape/widthheight.html | 622 +++++++++++++++++ .../Python_Version/plotmodeshape.rst.txt | 32 + .../plotmodeshape/RetainedConstrained.rst.txt | 7 + .../plotmodeshape/draw_nodes.rst.txt | 7 + .../plotmodeshape/drawwire.rst.txt | 6 + .../plotmodeshape/eledata.rst.txt | 7 + .../plotmodeshape/imagetypename.rst.txt | 7 + .../plotmodeshape/legends.rst.txt | 7 + .../plotmodeshape/modenumber.rst.txt | 17 + .../plotmodeshape/nodedata.rst.txt | 6 + .../plotmodeshape/onhover.rst.txt | 7 + .../plotmodeshape/rounddigits.rst.txt | 17 + .../plotmodeshape/scalefactor.rst.txt | 6 + .../plotmodeshape/show_elemens_tag.rst.txt | 6 + .../plotmodeshape/show_nodes_tag.rst.txt | 5 + .../plotmodeshape/title.rst.txt | 7 + .../plotmodeshape/verticalaxis.rst.txt | 7 + .../plotmodeshape/widthheight.rst.txt | 5 + docs/_sources/index.rst.txt | 2 + docs/index.html | 1 + docs/objects.inv | Bin 1982 -> 2288 bytes docs/searchindex.js | 2 +- source/Python_Version/plotmodeshape.rst | 32 + .../plotmodeshape/RetainedConstrained.rst | 7 + .../plotmodeshape/draw_nodes.rst | 7 + .../Python_Version/plotmodeshape/drawwire.rst | 6 + .../Python_Version/plotmodeshape/eledata.rst | 7 + .../plotmodeshape/imagetypename.rst | 7 + .../Python_Version/plotmodeshape/legends.rst | 7 + .../plotmodeshape/modenumber.rst | 17 + .../Python_Version/plotmodeshape/nodedata.rst | 6 + .../Python_Version/plotmodeshape/onhover.rst | 7 + .../plotmodeshape/rounddigits.rst | 17 + .../plotmodeshape/scalefactor.rst | 6 + .../plotmodeshape/show_elemens_tag.rst | 6 + .../plotmodeshape/show_nodes_tag.rst | 5 + source/Python_Version/plotmodeshape/title.rst | 7 + .../plotmodeshape/verticalaxis.rst | 7 + .../plotmodeshape/widthheight.rst | 5 + source/index.rst | 2 + 57 files changed, 10396 insertions(+), 12 deletions(-) create mode 100644 docs/Python_Version/plotmodeshape/RetainedConstrained.html create mode 100644 docs/Python_Version/plotmodeshape/draw_nodes.html create mode 100644 docs/Python_Version/plotmodeshape/drawwire.html create mode 100644 docs/Python_Version/plotmodeshape/eledata.html create mode 100644 docs/Python_Version/plotmodeshape/imagetypename.html create mode 100644 docs/Python_Version/plotmodeshape/legends.html create mode 100644 docs/Python_Version/plotmodeshape/modenumber.html create mode 100644 docs/Python_Version/plotmodeshape/nodedata.html create mode 100644 docs/Python_Version/plotmodeshape/onhover.html create mode 100644 docs/Python_Version/plotmodeshape/rounddigits.html create mode 100644 docs/Python_Version/plotmodeshape/scalefactor.html create mode 100644 docs/Python_Version/plotmodeshape/show_elemens_tag.html create mode 100644 docs/Python_Version/plotmodeshape/show_nodes_tag.html create mode 100644 docs/Python_Version/plotmodeshape/title.html create mode 100644 docs/Python_Version/plotmodeshape/verticalaxis.html create mode 100644 docs/Python_Version/plotmodeshape/widthheight.html create mode 100644 docs/_sources/Python_Version/plotmodeshape/RetainedConstrained.rst.txt create mode 100644 docs/_sources/Python_Version/plotmodeshape/draw_nodes.rst.txt create mode 100644 docs/_sources/Python_Version/plotmodeshape/drawwire.rst.txt create mode 100644 docs/_sources/Python_Version/plotmodeshape/eledata.rst.txt create mode 100644 docs/_sources/Python_Version/plotmodeshape/imagetypename.rst.txt create mode 100644 docs/_sources/Python_Version/plotmodeshape/legends.rst.txt create mode 100644 docs/_sources/Python_Version/plotmodeshape/modenumber.rst.txt create mode 100644 docs/_sources/Python_Version/plotmodeshape/nodedata.rst.txt create mode 100644 docs/_sources/Python_Version/plotmodeshape/onhover.rst.txt create mode 100644 docs/_sources/Python_Version/plotmodeshape/rounddigits.rst.txt create mode 100644 docs/_sources/Python_Version/plotmodeshape/scalefactor.rst.txt create mode 100644 docs/_sources/Python_Version/plotmodeshape/show_elemens_tag.rst.txt create mode 100644 docs/_sources/Python_Version/plotmodeshape/show_nodes_tag.rst.txt create mode 100644 docs/_sources/Python_Version/plotmodeshape/title.rst.txt create mode 100644 docs/_sources/Python_Version/plotmodeshape/verticalaxis.rst.txt create mode 100644 docs/_sources/Python_Version/plotmodeshape/widthheight.rst.txt create mode 100644 source/Python_Version/plotmodeshape/RetainedConstrained.rst create mode 100644 source/Python_Version/plotmodeshape/draw_nodes.rst create mode 100644 source/Python_Version/plotmodeshape/drawwire.rst create mode 100644 source/Python_Version/plotmodeshape/eledata.rst create mode 100644 source/Python_Version/plotmodeshape/imagetypename.rst create mode 100644 source/Python_Version/plotmodeshape/legends.rst create mode 100644 source/Python_Version/plotmodeshape/modenumber.rst create mode 100644 source/Python_Version/plotmodeshape/nodedata.rst create mode 100644 source/Python_Version/plotmodeshape/onhover.rst create mode 100644 source/Python_Version/plotmodeshape/rounddigits.rst create mode 100644 source/Python_Version/plotmodeshape/scalefactor.rst create mode 100644 source/Python_Version/plotmodeshape/show_elemens_tag.rst create mode 100644 source/Python_Version/plotmodeshape/show_nodes_tag.rst create mode 100644 source/Python_Version/plotmodeshape/title.rst create mode 100644 source/Python_Version/plotmodeshape/verticalaxis.rst create mode 100644 source/Python_Version/plotmodeshape/widthheight.rst diff --git a/docs/Python_Version/index.html b/docs/Python_Version/index.html index 2acb8ea..dc22e30 100644 --- a/docs/Python_Version/index.html +++ b/docs/Python_Version/index.html @@ -412,9 +412,27 @@
PlotModeShape command is for plotting one of the modeshapes of the model. This command initially using eigen command execute a eigen analysis and according results of the eigen analysis plots the requested mode shape.
+PlotModeShape (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.
+Exactly similar to what explained on draw_wire_shadow for PlotDefo command.
+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.
+A digit the determines the number of desired mode to be plotted.
+import BraineryWiz as bz
+
+# ...
+# Create the OpenSees model
+# ...
+
+# Call PlotModeShape command for plotting mode number 3
+bz.PlotModeShape(plotmode=3, mode_number=3)
+
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 number of digits after dot to round and prevent of showing long numbers.
+import BraineryWiz as bz
+
+# ...
+# Create the OpenSees model
+# ...
+
+# Call PlotModeShape command
+bz.PlotModeShape(plotmode=3, round_digit=3)
+
Exactly similar to what explained on scale_factor for PlotDefo command.
+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.
+Plot ModeShape for Python version added. Date: 11/10/2023
Plot AnimeGif for Python version added. Date: 11/10/2023
Plot Animation for Python version added. Date: 11/09/2023
Plot Deformation for Python version added. Date: 11/02/2023
diff --git a/docs/objects.inv b/docs/objects.inv index bd2dc173fe101b0155814ae56061606ba612323c..90c4c2e75abff7353bc44c4ccee08635cc760646 100644 GIT binary patch delta 2190 zcmV;92yyqm5AYF?dVgHYj@&j7yzf^iNDkh^#>h3dWNillV%V^a_$X*coEZfgX(DmG zUZ3(C`MrEe*layW@zu>8`!=Gwx=1}(-K(-+y?kAMY`#2ix>|fLMp^${_q*cer{a}) z;>V*rwZ*SP)pTNbRKsw(_)`pH(|5&-es_Noovfrfx_bL4kAHnvPAA>OzVmK=jG|JE zvT9p>F3PlqA>r@F$TsP@?Pb+9ClSfG#9+F&>hKp0x$RG