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 @@
  • show_constrained and not_show_retained_list and constrained_size Options
  • -
  • PlotModeShape Command (Plot mode shape)
  • +
  • PlotModeShape Command (Plot mode shape) +
  • RealTimeObj Command (Plot at Each desired Time Step)
  • -
  • PlotAnime Command (Plot Animation)