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 @@
  • show_constrained and not_show_retained_list and constrained_size Options
  • -
  • PlotDefo Command (Plot Deformation)
  • +
  • PlotDefo Command (Plot Deformation) +
  • PlotModeShape Command (Plot mode shape)
  • RealTimeObj Command (Plot at Each desired Time Step)
  • PlotAnime Command (Plot Animation)
  • diff --git a/docs/Python_Version/installation.html b/docs/Python_Version/installation.html index 8cc5ff8..5cad2ac 100644 --- a/docs/Python_Version/installation.html +++ b/docs/Python_Version/installation.html @@ -395,7 +395,23 @@
  • show_constrained and not_show_retained_list and constrained_size Options
  • -
  • PlotDefo Command (Plot Deformation)
  • +
  • PlotDefo Command (Plot Deformation) +
  • PlotModeShape Command (Plot mode shape)
  • RealTimeObj Command (Plot at Each desired Time Step)
  • PlotAnime Command (Plot Animation)
  • diff --git a/docs/Python_Version/plotanime.html b/docs/Python_Version/plotanime.html index f73370f..ed8332c 100644 --- a/docs/Python_Version/plotanime.html +++ b/docs/Python_Version/plotanime.html @@ -395,7 +395,23 @@
  • show_constrained and not_show_retained_list and constrained_size Options
  • -
  • PlotDefo Command (Plot Deformation)
  • +
  • PlotDefo Command (Plot Deformation) +
  • PlotModeShape Command (Plot mode shape)
  • RealTimeObj Command (Plot at Each desired Time Step)
  • PlotAnime Command (Plot Animation)
  • diff --git a/docs/Python_Version/plotanimegif.html b/docs/Python_Version/plotanimegif.html index 1ada8ad..7b414f5 100644 --- a/docs/Python_Version/plotanimegif.html +++ b/docs/Python_Version/plotanimegif.html @@ -395,7 +395,23 @@
  • show_constrained and not_show_retained_list and constrained_size Options
  • -
  • PlotDefo Command (Plot Deformation)
  • +
  • PlotDefo Command (Plot Deformation) +
  • PlotModeShape Command (Plot mode shape)
  • RealTimeObj Command (Plot at Each desired Time Step)
  • PlotAnime Command (Plot Animation)
  • diff --git a/docs/Python_Version/plotdefo.html b/docs/Python_Version/plotdefo.html index 3a8de92..71bdfe7 100644 --- a/docs/Python_Version/plotdefo.html +++ b/docs/Python_Version/plotdefo.html @@ -45,7 +45,7 @@ - + @@ -395,7 +395,23 @@
  • show_constrained and not_show_retained_list and constrained_size Options
  • -
  • PlotDefo Command (Plot Deformation)
  • +
  • PlotDefo Command (Plot Deformation) +
  • PlotModeShape Command (Plot mode shape)
  • RealTimeObj Command (Plot at Each desired Time Step)
  • PlotAnime Command (Plot Animation)
  • @@ -459,6 +475,41 @@

    PlotDefo Command (Plot Deformation)#

    +

    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)
    +
    +
    + +
    +

    PlotModel Command Options

    + +
    @@ -481,11 +532,11 @@

    next

    -

    PlotModeShape Command (Plot mode shape)

    +

    scale_factor Option

    diff --git a/docs/Python_Version/plotdefo/RetainedConstrained.html b/docs/Python_Version/plotdefo/RetainedConstrained.html new file mode 100644 index 0000000..c618f31 --- /dev/null +++ b/docs/Python_Version/plotdefo/RetainedConstrained.html @@ -0,0 +1,570 @@ + + + + + + + + + + + + show_constrained and not_show_retained_list and constrained_size Options — BraineryWiz documentation + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + + + + + + + + + + + +
    +
    +
    +
    +
    + + +
    +
    The latest Released version: 0.91 - Email Address: BraineryWiz@Gmail.com.
    +
    + + + + +
    +
    + +
    + + + + + + + + + + + + + +
    + +
    + + +
    +
    + +
    +
    + +
    + +
    + + + + +
    + +
    + + +
    +
    + + + + + + + + + + + + + +
    + + + + +
    + + +
    +
    +
    + + + + + + + + \ No newline at end of file diff --git a/docs/Python_Version/plotdefo/draw_nodes.html b/docs/Python_Version/plotdefo/draw_nodes.html new file mode 100644 index 0000000..f696ce6 --- /dev/null +++ b/docs/Python_Version/plotdefo/draw_nodes.html @@ -0,0 +1,570 @@ + + + + + + + + + + + + draw_nodes Option — BraineryWiz documentation + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + + + + + + + + + + + +
    +
    +
    +
    +
    + + +
    +
    The latest Released version: 0.91 - Email Address: BraineryWiz@Gmail.com.
    +
    + + + + +
    +
    + +
    + + + + + + + + + + + + + +
    + +
    + + +
    +
    + +
    +
    + +
    + +
    + + + + +
    + +
    + + +
    +
    + + + + + +
    + +
    +

    draw_nodes Option#

    +

    Exactly similar to what explained on draw_nodes for PlotModel command.

    +
    + + +
    + + + + + + + +
    + + + + +
    + + +
    +
    +
    + + + + + + + + \ No newline at end of file diff --git a/docs/Python_Version/plotdefo/drawwire.html b/docs/Python_Version/plotdefo/drawwire.html new file mode 100644 index 0000000..9f0c553 --- /dev/null +++ b/docs/Python_Version/plotdefo/drawwire.html @@ -0,0 +1,600 @@ + + + + + + + + + + + + draw_wire_shadow Option — BraineryWiz documentation + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + + + + + + + + + + + +
    +
    +
    +
    +
    + + +
    +
    The latest Released version: 0.91 - Email Address: BraineryWiz@Gmail.com.
    +
    + + + + +
    +
    + +
    + + + + + + + + + + + + + +
    + +
    + + +
    +
    + +
    +
    + +
    + +
    + + + + +
    + +
    + + +
    +
    + + + + + +
    + +
    +

    draw_wire_shadow Option#

    +

    A boolean that determines to draw the undeformed structe as a shadow or not. By setting this option equal to off the (Default=True)

    +
    +

    Examples#

    +
    +
    Example with considering draw_wire_shadow=False#
    +
    import BraineryWiz as bz
    +
    +# ...
    +# Create the OpenSees model
    +# ...
    +
    +# Call PlotModel command
    +bz.PlotModel(plotmode=3, draw_wire_shadow=False)
    +
    +
    +
    + + + + +
    +
    + +
    +
    + + +
    + + + + + + + +
    + + + + +
    + + +
    +
    +
    + + + + + + + + \ No newline at end of file diff --git a/docs/Python_Version/plotdefo/eledata.html b/docs/Python_Version/plotdefo/eledata.html new file mode 100644 index 0000000..92b4013 --- /dev/null +++ b/docs/Python_Version/plotdefo/eledata.html @@ -0,0 +1,570 @@ + + + + + + + + + + + + elements_data_tag and elements_data Options — BraineryWiz documentation + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + + + + + + + + + + + +
    +
    +
    +
    +
    + + +
    +
    The latest Released version: 0.91 - Email Address: BraineryWiz@Gmail.com.
    +
    + + + + +
    +
    + +
    + + + + + + + + + + + + + +
    + +
    + + +
    +
    + +
    +
    + +
    + +
    + + + + +
    + +
    + + +
    +
    + + + + + + + + + + + + + +
    + + + + +
    + + +
    +
    +
    + + + + + + + + \ No newline at end of file diff --git a/docs/Python_Version/plotdefo/imagetypename.html b/docs/Python_Version/plotdefo/imagetypename.html new file mode 100644 index 0000000..bb14f1e --- /dev/null +++ b/docs/Python_Version/plotdefo/imagetypename.html @@ -0,0 +1,570 @@ + + + + + + + + + + + + image_type and image_filename Options — BraineryWiz documentation + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + + + + + + + + + + + +
    +
    +
    +
    +
    + + +
    +
    The latest Released version: 0.91 - Email Address: BraineryWiz@Gmail.com.
    +
    + + + + +
    +
    + +
    + + + + + + + + + + + + + +
    + +
    + + +
    +
    + +
    +
    + +
    + +
    + + + + +
    + +
    + + +
    +
    + + + + + + + + + + + + + +
    + + + + +
    + + +
    +
    +
    + + + + + + + + \ No newline at end of file diff --git a/docs/Python_Version/plotdefo/legends.html b/docs/Python_Version/plotdefo/legends.html new file mode 100644 index 0000000..ee0cf52 --- /dev/null +++ b/docs/Python_Version/plotdefo/legends.html @@ -0,0 +1,570 @@ + + + + + + + + + + + + plot_legends Option — BraineryWiz documentation + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + + + + + + + + + + + +
    +
    +
    +
    +
    + + +
    +
    The latest Released version: 0.91 - Email Address: BraineryWiz@Gmail.com.
    +
    + + + + +
    +
    + +
    + + + + + + + + + + + + + +
    + +
    + + +
    +
    + +
    +
    + +
    + +
    + + + + +
    + +
    + + +
    +
    + + + + + +
    + +
    +

    plot_legends Option#

    +

    Exactly similar to what explained on plot_legends for PlotModel command.

    +
    + + +
    + + + + + + + +
    + + + + +
    + + +
    +
    +
    + + + + + + + + \ No newline at end of file diff --git a/docs/Python_Version/plotdefo/nodedata.html b/docs/Python_Version/plotdefo/nodedata.html new file mode 100644 index 0000000..e8286cb --- /dev/null +++ b/docs/Python_Version/plotdefo/nodedata.html @@ -0,0 +1,570 @@ + + + + + + + + + + + + nodes_data_tag and nodes_data Options — BraineryWiz documentation + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + + + + + + + + + + + +
    +
    +
    +
    +
    + + +
    +
    The latest Released version: 0.91 - Email Address: BraineryWiz@Gmail.com.
    +
    + + + + +
    +
    + +
    + + + + + + + + + + + + + +
    + +
    + + +
    +
    + +
    +
    + +
    + +
    + + + + +
    + +
    + + +
    +
    + + + + + + + + + + + + + +
    + + + + +
    + + +
    +
    +
    + + + + + + + + \ No newline at end of file diff --git a/docs/Python_Version/plotdefo/onhover.html b/docs/Python_Version/plotdefo/onhover.html new file mode 100644 index 0000000..e89c858 --- /dev/null +++ b/docs/Python_Version/plotdefo/onhover.html @@ -0,0 +1,570 @@ + + + + + + + + + + + + onhover_message Option — BraineryWiz documentation + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + + + + + + + + + + + +
    +
    +
    +
    +
    + + +
    +
    The latest Released version: 0.91 - Email Address: BraineryWiz@Gmail.com.
    +
    + + + + +
    +
    + +
    + + + + + + + + + + + + + +
    + +
    + + +
    +
    + +
    +
    + +
    + +
    + + + + +
    + +
    + + +
    +
    + + + + + +
    + +
    +

    onhover_message Option#

    +

    Exactly similar to what explained on onhover_message for PlotModel command.

    +
    + + +
    + + + + + + + +
    + + + + +
    + + +
    +
    +
    + + + + + + + + \ No newline at end of file diff --git a/docs/Python_Version/plotdefo/scalefactor.html b/docs/Python_Version/plotdefo/scalefactor.html new file mode 100644 index 0000000..72b22f8 --- /dev/null +++ b/docs/Python_Version/plotdefo/scalefactor.html @@ -0,0 +1,627 @@ + + + + + + + + + + + + scale_factor Option — BraineryWiz documentation + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + + + + + + + + + + + +
    +
    +
    +
    +
    + + +
    +
    The latest Released version: 0.91 - Email Address: BraineryWiz@Gmail.com.
    +
    + + + + +
    +
    + +
    + + + + + + + + + + + + + +
    + +
    + + +
    +
    + +
    +
    + +
    + +
    + + + + +
    + +
    + + +
    +
    + + + + + +
    + +
    +

    scale_factor Option#

    +

    Determines the scale factor of deformations. (Default=1)

    +
    +

    Examples#

    +
    +
    Example with scale_factor=2#
    +
    import BraineryWiz as bz
    +
    +# ...
    +# Create the OpenSees model
    +# ...
    +
    +# Call PlotModel command
    +bz.PlotDefo(plotmode=3,scale_factor=2)
    +
    +
    +
    + + + + +
    +
    + +
    +
    Example with scale_factor=10#
    +
    import BraineryWiz as bz
    +
    +# ...
    +# Create the OpenSees model
    +# ...
    +
    +# Call PlotModel command
    +bz.PlotDefo(plotmode=3,scale_factor=10)
    +
    +
    +
    + + + + +
    +
    + +
    +
    + + +
    + + + + + + + +
    + + + + +
    + + +
    +
    +
    + + + + + + + + \ No newline at end of file diff --git a/docs/Python_Version/plotdefo/show_elemens_tag.html b/docs/Python_Version/plotdefo/show_elemens_tag.html new file mode 100644 index 0000000..a4e0660 --- /dev/null +++ b/docs/Python_Version/plotdefo/show_elemens_tag.html @@ -0,0 +1,570 @@ + + + + + + + + + + + + show_elemens_tag Option — BraineryWiz documentation + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + + + + + + + + + + + +
    +
    +
    +
    +
    + + +
    +
    The latest Released version: 0.91 - Email Address: BraineryWiz@Gmail.com.
    +
    + + + + +
    +
    + +
    + + + + + + + + + + + + + +
    + +
    + + +
    +
    + +
    +
    + +
    + +
    + + + + +
    + +
    + + +
    +
    + + + + + +
    + +
    +

    show_elemens_tag Option#

    +

    Exactly similar to what explained on show_elemens_tag for PlotModel command.

    +
    + + +
    + + + + + + + +
    + + + + +
    + + +
    +
    +
    + + + + + + + + \ No newline at end of file diff --git a/docs/Python_Version/plotdefo/show_nodes_tag.html b/docs/Python_Version/plotdefo/show_nodes_tag.html new file mode 100644 index 0000000..0b2b242 --- /dev/null +++ b/docs/Python_Version/plotdefo/show_nodes_tag.html @@ -0,0 +1,570 @@ + + + + + + + + + + + + show_nodes_tag Option — BraineryWiz documentation + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + + + + + + + + + + + +
    +
    +
    +
    +
    + + +
    +
    The latest Released version: 0.91 - Email Address: BraineryWiz@Gmail.com.
    +
    + + + + +
    +
    + +
    + + + + + + + + + + + + + +
    + +
    + + +
    +
    + +
    +
    + +
    + +
    + + + + +
    + +
    + + +
    +
    + + + + + +
    + +
    +

    show_nodes_tag Option#

    +

    Exactly similar to what explained on show_nodes_tag for PlotModel command.

    +
    + + +
    + + + + + + + +
    + + + + +
    + + +
    +
    +
    + + + + + + + + \ No newline at end of file diff --git a/docs/Python_Version/plotdefo/title.html b/docs/Python_Version/plotdefo/title.html new file mode 100644 index 0000000..3cb25ad --- /dev/null +++ b/docs/Python_Version/plotdefo/title.html @@ -0,0 +1,570 @@ + + + + + + + + + + + + title Option — BraineryWiz documentation + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + + + + + + + + + + + +
    +
    +
    +
    +
    + + +
    +
    The latest Released version: 0.91 - Email Address: BraineryWiz@Gmail.com.
    +
    + + + + +
    +
    + +
    + + + + + + + + + + + + + +
    + +
    + + +
    +
    + +
    +
    + +
    + +
    + + + + +
    + +
    + + +
    +
    + + + + + +
    + +
    +

    title Option#

    +

    Exactly similar to what explained on title for PlotModel command.

    +
    + + +
    + + + + + + + +
    + + + + +
    + + +
    +
    +
    + + + + + + + + \ No newline at end of file diff --git a/docs/Python_Version/plotdefo/verticalaxis.html b/docs/Python_Version/plotdefo/verticalaxis.html new file mode 100644 index 0000000..b055478 --- /dev/null +++ b/docs/Python_Version/plotdefo/verticalaxis.html @@ -0,0 +1,570 @@ + + + + + + + + + + + + vertical_axis Option — BraineryWiz documentation + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + + + + + + + + + + + +
    +
    +
    +
    +
    + + +
    +
    The latest Released version: 0.91 - Email Address: BraineryWiz@Gmail.com.
    +
    + + + + +
    +
    + +
    + + + + + + + + + + + + + +
    + +
    + + +
    +
    + +
    +
    + +
    + +
    + + + + +
    + +
    + + +
    +
    + + + + + +
    + +
    +

    vertical_axis Option#

    +

    Exactly similar to what explained on vertical_axis for PlotModel command.

    +
    + + +
    + + + + + + + +
    + + + + +
    + + +
    +
    +
    + + + + + + + + \ No newline at end of file diff --git a/docs/Python_Version/plotdefo/widthheight.html b/docs/Python_Version/plotdefo/widthheight.html new file mode 100644 index 0000000..3e60097 --- /dev/null +++ b/docs/Python_Version/plotdefo/widthheight.html @@ -0,0 +1,570 @@ + + + + + + + + + + + + fig_width and fig_height Options — BraineryWiz documentation + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + + + + + + + + + + + +
    +
    +
    +
    +
    + + +
    +
    The latest Released version: 0.91 - Email Address: BraineryWiz@Gmail.com.
    +
    + + + + +
    +
    + +
    + + + + + + + + + + + + + +
    + +
    + + +
    +
    + +
    +
    + +
    + +
    + + + + +
    + +
    + + +
    +
    + + + + + +
    + +
    +

    fig_width and fig_height Options#

    +

    Exactly similar to what explained on fig_width and fig_height for PlotModel command.

    +
    + + +
    + + + + + + + +
    + + + + +
    + + +
    +
    +
    + + + + + + + + \ No newline at end of file diff --git a/docs/Python_Version/plotmodel.html b/docs/Python_Version/plotmodel.html index fec710b..edc10db 100644 --- a/docs/Python_Version/plotmodel.html +++ b/docs/Python_Version/plotmodel.html @@ -395,7 +395,23 @@
  • show_constrained and not_show_retained_list and constrained_size Options
  • -
  • PlotDefo Command (Plot Deformation)
  • +
  • PlotDefo Command (Plot Deformation) +
  • PlotModeShape Command (Plot mode shape)
  • RealTimeObj Command (Plot at Each desired Time Step)
  • PlotAnime Command (Plot Animation)
  • diff --git a/docs/Python_Version/plotmodel/RetainedConstrained.html b/docs/Python_Version/plotmodel/RetainedConstrained.html index 9cbc6d9..8e594b9 100644 --- a/docs/Python_Version/plotmodel/RetainedConstrained.html +++ b/docs/Python_Version/plotmodel/RetainedConstrained.html @@ -395,7 +395,23 @@
  • show_constrained and not_show_retained_list and constrained_size Options
  • -
  • PlotDefo Command (Plot Deformation)
  • +
  • PlotDefo Command (Plot Deformation) +
  • PlotModeShape Command (Plot mode shape)
  • RealTimeObj Command (Plot at Each desired Time Step)
  • PlotAnime Command (Plot Animation)
  • diff --git a/docs/Python_Version/plotmodel/draw_nodes.html b/docs/Python_Version/plotmodel/draw_nodes.html index 5862f33..a025fde 100644 --- a/docs/Python_Version/plotmodel/draw_nodes.html +++ b/docs/Python_Version/plotmodel/draw_nodes.html @@ -395,7 +395,23 @@
  • show_constrained and not_show_retained_list and constrained_size Options
  • -
  • PlotDefo Command (Plot Deformation)
  • +
  • PlotDefo Command (Plot Deformation) +
  • PlotModeShape Command (Plot mode shape)
  • RealTimeObj Command (Plot at Each desired Time Step)
  • PlotAnime Command (Plot Animation)
  • diff --git a/docs/Python_Version/plotmodel/eledata.html b/docs/Python_Version/plotmodel/eledata.html index 932e7b1..64e8a0b 100644 --- a/docs/Python_Version/plotmodel/eledata.html +++ b/docs/Python_Version/plotmodel/eledata.html @@ -395,7 +395,23 @@
  • show_constrained and not_show_retained_list and constrained_size Options
  • -
  • PlotDefo Command (Plot Deformation)
  • +
  • PlotDefo Command (Plot Deformation) +
  • PlotModeShape Command (Plot mode shape)
  • RealTimeObj Command (Plot at Each desired Time Step)
  • PlotAnime Command (Plot Animation)
  • diff --git a/docs/Python_Version/plotmodel/fibers.html b/docs/Python_Version/plotmodel/fibers.html index 608eb77..01b81d8 100644 --- a/docs/Python_Version/plotmodel/fibers.html +++ b/docs/Python_Version/plotmodel/fibers.html @@ -395,7 +395,23 @@
  • show_constrained and not_show_retained_list and constrained_size Options
  • -
  • PlotDefo Command (Plot Deformation)
  • +
  • PlotDefo Command (Plot Deformation) +
  • PlotModeShape Command (Plot mode shape)
  • RealTimeObj Command (Plot at Each desired Time Step)
  • PlotAnime Command (Plot Animation)
  • diff --git a/docs/Python_Version/plotmodel/imagetypename.html b/docs/Python_Version/plotmodel/imagetypename.html index 710d5ea..2d9973b 100644 --- a/docs/Python_Version/plotmodel/imagetypename.html +++ b/docs/Python_Version/plotmodel/imagetypename.html @@ -395,7 +395,23 @@
  • show_constrained and not_show_retained_list and constrained_size Options
  • -
  • PlotDefo Command (Plot Deformation)
  • +
  • PlotDefo Command (Plot Deformation) +
  • PlotModeShape Command (Plot mode shape)
  • RealTimeObj Command (Plot at Each desired Time Step)
  • PlotAnime Command (Plot Animation)
  • diff --git a/docs/Python_Version/plotmodel/integratepoints.html b/docs/Python_Version/plotmodel/integratepoints.html index 6b26292..7e84cdf 100644 --- a/docs/Python_Version/plotmodel/integratepoints.html +++ b/docs/Python_Version/plotmodel/integratepoints.html @@ -395,7 +395,23 @@
  • show_constrained and not_show_retained_list and constrained_size Options
  • -
  • PlotDefo Command (Plot Deformation)
  • +
  • PlotDefo Command (Plot Deformation) +
  • PlotModeShape Command (Plot mode shape)
  • RealTimeObj Command (Plot at Each desired Time Step)
  • PlotAnime Command (Plot Animation)
  • diff --git a/docs/Python_Version/plotmodel/legends.html b/docs/Python_Version/plotmodel/legends.html index f36cc6a..fc568ba 100644 --- a/docs/Python_Version/plotmodel/legends.html +++ b/docs/Python_Version/plotmodel/legends.html @@ -395,7 +395,23 @@
  • show_constrained and not_show_retained_list and constrained_size Options
  • -
  • PlotDefo Command (Plot Deformation)
  • +
  • PlotDefo Command (Plot Deformation) +
  • PlotModeShape Command (Plot mode shape)
  • RealTimeObj Command (Plot at Each desired Time Step)
  • PlotAnime Command (Plot Animation)
  • diff --git a/docs/Python_Version/plotmodel/nodedata.html b/docs/Python_Version/plotmodel/nodedata.html index 0d492b4..f2c2f33 100644 --- a/docs/Python_Version/plotmodel/nodedata.html +++ b/docs/Python_Version/plotmodel/nodedata.html @@ -395,7 +395,23 @@
  • show_constrained and not_show_retained_list and constrained_size Options
  • -
  • PlotDefo Command (Plot Deformation)
  • +
  • PlotDefo Command (Plot Deformation) +
  • PlotModeShape Command (Plot mode shape)
  • RealTimeObj Command (Plot at Each desired Time Step)
  • PlotAnime Command (Plot Animation)
  • diff --git a/docs/Python_Version/plotmodel/onhover.html b/docs/Python_Version/plotmodel/onhover.html index a00b2a9..8fe4dc0 100644 --- a/docs/Python_Version/plotmodel/onhover.html +++ b/docs/Python_Version/plotmodel/onhover.html @@ -395,7 +395,23 @@
  • show_constrained and not_show_retained_list and constrained_size Options
  • -
  • PlotDefo Command (Plot Deformation)
  • +
  • PlotDefo Command (Plot Deformation) +
  • PlotModeShape Command (Plot mode shape)
  • RealTimeObj Command (Plot at Each desired Time Step)
  • PlotAnime Command (Plot Animation)
  • diff --git a/docs/Python_Version/plotmodel/quiver.html b/docs/Python_Version/plotmodel/quiver.html index 6d7adee..4d9cbf9 100644 --- a/docs/Python_Version/plotmodel/quiver.html +++ b/docs/Python_Version/plotmodel/quiver.html @@ -395,7 +395,23 @@
  • show_constrained and not_show_retained_list and constrained_size Options
  • -
  • PlotDefo Command (Plot Deformation)
  • +
  • PlotDefo Command (Plot Deformation) +
  • PlotModeShape Command (Plot mode shape)
  • RealTimeObj Command (Plot at Each desired Time Step)
  • PlotAnime Command (Plot Animation)
  • diff --git a/docs/Python_Version/plotmodel/show_elemens_tag.html b/docs/Python_Version/plotmodel/show_elemens_tag.html index 6e68009..21177b7 100644 --- a/docs/Python_Version/plotmodel/show_elemens_tag.html +++ b/docs/Python_Version/plotmodel/show_elemens_tag.html @@ -395,7 +395,23 @@
  • show_constrained and not_show_retained_list and constrained_size Options
  • -
  • PlotDefo Command (Plot Deformation)
  • +
  • PlotDefo Command (Plot Deformation) +
  • PlotModeShape Command (Plot mode shape)
  • RealTimeObj Command (Plot at Each desired Time Step)
  • PlotAnime Command (Plot Animation)
  • diff --git a/docs/Python_Version/plotmodel/show_nodes_tag.html b/docs/Python_Version/plotmodel/show_nodes_tag.html index f95b25a..a2161c6 100644 --- a/docs/Python_Version/plotmodel/show_nodes_tag.html +++ b/docs/Python_Version/plotmodel/show_nodes_tag.html @@ -395,7 +395,23 @@
  • show_constrained and not_show_retained_list and constrained_size Options
  • -
  • PlotDefo Command (Plot Deformation)
  • +
  • PlotDefo Command (Plot Deformation) +
  • PlotModeShape Command (Plot mode shape)
  • RealTimeObj Command (Plot at Each desired Time Step)
  • PlotAnime Command (Plot Animation)
  • diff --git a/docs/Python_Version/plotmodel/title.html b/docs/Python_Version/plotmodel/title.html index 4add14f..f3b8736 100644 --- a/docs/Python_Version/plotmodel/title.html +++ b/docs/Python_Version/plotmodel/title.html @@ -395,7 +395,23 @@
  • show_constrained and not_show_retained_list and constrained_size Options
  • -
  • PlotDefo Command (Plot Deformation)
  • +
  • PlotDefo Command (Plot Deformation) +
  • PlotModeShape Command (Plot mode shape)
  • RealTimeObj Command (Plot at Each desired Time Step)
  • PlotAnime Command (Plot Animation)
  • diff --git a/docs/Python_Version/plotmodel/verticalaxis.html b/docs/Python_Version/plotmodel/verticalaxis.html index 0862a79..a9e32a7 100644 --- a/docs/Python_Version/plotmodel/verticalaxis.html +++ b/docs/Python_Version/plotmodel/verticalaxis.html @@ -395,7 +395,23 @@
  • show_constrained and not_show_retained_list and constrained_size Options
  • -
  • PlotDefo Command (Plot Deformation)
  • +
  • PlotDefo Command (Plot Deformation) +
  • PlotModeShape Command (Plot mode shape)
  • RealTimeObj Command (Plot at Each desired Time Step)
  • PlotAnime Command (Plot Animation)
  • diff --git a/docs/Python_Version/plotmodel/widthheight.html b/docs/Python_Version/plotmodel/widthheight.html index da2ce61..0dc60c5 100644 --- a/docs/Python_Version/plotmodel/widthheight.html +++ b/docs/Python_Version/plotmodel/widthheight.html @@ -395,7 +395,23 @@
  • show_constrained and not_show_retained_list and constrained_size Options
  • -
  • PlotDefo Command (Plot Deformation)
  • +
  • PlotDefo Command (Plot Deformation) +
  • PlotModeShape Command (Plot mode shape)
  • RealTimeObj Command (Plot at Each desired Time Step)
  • PlotAnime Command (Plot Animation)
  • diff --git a/docs/Python_Version/plotmodeshape.html b/docs/Python_Version/plotmodeshape.html index 886709a..c151195 100644 --- a/docs/Python_Version/plotmodeshape.html +++ b/docs/Python_Version/plotmodeshape.html @@ -46,7 +46,7 @@ - + @@ -395,7 +395,23 @@
  • show_constrained and not_show_retained_list and constrained_size Options
  • -
  • PlotDefo Command (Plot Deformation)
  • +
  • PlotDefo Command (Plot Deformation) +
  • PlotModeShape Command (Plot mode shape)
  • RealTimeObj Command (Plot at Each desired Time Step)
  • PlotAnime Command (Plot Animation)
  • @@ -472,12 +488,12 @@

    previous

    -

    PlotDefo Command (Plot Deformation)

    +

    show_constrained and not_show_retained_list and constrained_size Options

    show_constrained and not_show_retained_list and constrained_size Options -
  • PlotDefo Command (Plot Deformation)
  • +
  • PlotDefo Command (Plot Deformation) +
  • PlotModeShape Command (Plot mode shape)
  • RealTimeObj Command (Plot at Each desired Time Step)
  • PlotAnime Command (Plot Animation)
  • diff --git a/docs/_sources/Python_Version/plotdefo.rst.txt b/docs/_sources/Python_Version/plotdefo.rst.txt index f4c92ec..8e4dd72 100644 --- a/docs/_sources/Python_Version/plotdefo.rst.txt +++ b/docs/_sources/Python_Version/plotdefo.rst.txt @@ -3,3 +3,33 @@ PlotDefo Command (Plot Deformation) ==================================== +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: + +.. code-block:: python + + PlotDefo (plotmode=3, **kwargs) + +* plotmode + 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) + +* `**kwargs` + Stands for other options that user can use to provide desired changes in the plot. In the following the existing options are described. + +.. toctree:: + :maxdepth: 1 + :caption: PlotModel Command Options + + plotdefo/scalefactor + plotdefo/drawwire + plotdefo/draw_nodes + plotdefo/show_nodes_tag + plotdefo/show_elemens_tag + plotdefo/onhover + plotdefo/title + plotdefo/widthheight + plotdefo/eledata + plotdefo/nodedata + plotdefo/imagetypename + plotdefo/legends + plotdefo/verticalaxis + plotdefo/RetainedConstrained \ No newline at end of file diff --git a/docs/_sources/Python_Version/plotdefo/RetainedConstrained.rst.txt b/docs/_sources/Python_Version/plotdefo/RetainedConstrained.rst.txt new file mode 100644 index 0000000..b61fbbe --- /dev/null +++ b/docs/_sources/Python_Version/plotdefo/RetainedConstrained.rst.txt @@ -0,0 +1,7 @@ +.. _plotdeforetconspy: + +show_constrained and not_show_retained_list and constrained_size Options +======================================================================== +Exactly similar to what explained on :ref:`show_constrained and not_show_retained_list and constrained_size ` for PlotModel command. + + diff --git a/docs/_sources/Python_Version/plotdefo/draw_nodes.rst.txt b/docs/_sources/Python_Version/plotdefo/draw_nodes.rst.txt new file mode 100644 index 0000000..be9e8e9 --- /dev/null +++ b/docs/_sources/Python_Version/plotdefo/draw_nodes.rst.txt @@ -0,0 +1,7 @@ +.. _plotdefodrawnodespy: + +draw_nodes Option +==================================================== +Exactly similar to what explained on :ref:`draw_nodes ` for PlotModel command. + + \ No newline at end of file diff --git a/docs/_sources/Python_Version/plotdefo/drawwire.rst.txt b/docs/_sources/Python_Version/plotdefo/drawwire.rst.txt new file mode 100644 index 0000000..ab2f62b --- /dev/null +++ b/docs/_sources/Python_Version/plotdefo/drawwire.rst.txt @@ -0,0 +1,23 @@ +.. _plotdefowirepy: + +draw_wire_shadow Option +==================================================== +A boolean that determines to draw the undeformed structe as a shadow or not. By setting this option equal to off the (Default=True) + +Examples +-------- + +.. code-block:: python + :caption: Example with considering draw_wire_shadow=False + + import BraineryWiz as bz + + # ... + # Create the OpenSees model + # ... + + # Call PlotModel command + bz.PlotModel(plotmode=3, draw_wire_shadow=False) + +.. raw:: html + :file: files/wirefalse.html \ No newline at end of file diff --git a/docs/_sources/Python_Version/plotdefo/eledata.rst.txt b/docs/_sources/Python_Version/plotdefo/eledata.rst.txt new file mode 100644 index 0000000..65eca08 --- /dev/null +++ b/docs/_sources/Python_Version/plotdefo/eledata.rst.txt @@ -0,0 +1,7 @@ +.. _plotdefoeledatapy: + +elements_data_tag and elements_data Options +==================================================== +Exactly similar to what explained on :ref:`elements_data_tag and elements_data ` for PlotModel command. + + \ No newline at end of file diff --git a/docs/_sources/Python_Version/plotdefo/imagetypename.rst.txt b/docs/_sources/Python_Version/plotdefo/imagetypename.rst.txt new file mode 100644 index 0000000..dcb19f3 --- /dev/null +++ b/docs/_sources/Python_Version/plotdefo/imagetypename.rst.txt @@ -0,0 +1,7 @@ +.. _plotdefoimgtypnamepy: + +image_type and image_filename Options +==================================================== +Exactly similar to what explained on :ref:`image_type and image_filename ` for PlotModel command. + + diff --git a/docs/_sources/Python_Version/plotdefo/legends.rst.txt b/docs/_sources/Python_Version/plotdefo/legends.rst.txt new file mode 100644 index 0000000..3c27f2c --- /dev/null +++ b/docs/_sources/Python_Version/plotdefo/legends.rst.txt @@ -0,0 +1,7 @@ +.. _plotdefolegendpy: + +plot_legends Option +==================================================== +Exactly similar to what explained on :ref:`plot_legends ` for PlotModel command. + + \ No newline at end of file diff --git a/docs/_sources/Python_Version/plotdefo/nodedata.rst.txt b/docs/_sources/Python_Version/plotdefo/nodedata.rst.txt new file mode 100644 index 0000000..f5831f4 --- /dev/null +++ b/docs/_sources/Python_Version/plotdefo/nodedata.rst.txt @@ -0,0 +1,6 @@ +.. _plotdefonodedatapy: + +nodes_data_tag and nodes_data Options +==================================================== +Exactly similar to what explained on :ref:`nodes_data_tag and nodes_data ` for PlotModel command. + diff --git a/docs/_sources/Python_Version/plotdefo/onhover.rst.txt b/docs/_sources/Python_Version/plotdefo/onhover.rst.txt new file mode 100644 index 0000000..a4f8dcf --- /dev/null +++ b/docs/_sources/Python_Version/plotdefo/onhover.rst.txt @@ -0,0 +1,7 @@ +.. _plotdefoonhoverpy: + +onhover_message Option +==================================================== +Exactly similar to what explained on :ref:`onhover_message ` for PlotModel command. + + diff --git a/docs/_sources/Python_Version/plotdefo/scalefactor.rst.txt b/docs/_sources/Python_Version/plotdefo/scalefactor.rst.txt new file mode 100644 index 0000000..e7c8c9f --- /dev/null +++ b/docs/_sources/Python_Version/plotdefo/scalefactor.rst.txt @@ -0,0 +1,38 @@ +.. _plotdefoscalefpy: + +scale_factor Option +==================================================== +Determines the scale factor of deformations. (Default=1) + +Examples +-------- + +.. code-block:: python + :caption: Example with scale_factor=2 + + import BraineryWiz as bz + + # ... + # Create the OpenSees model + # ... + + # Call PlotModel command + bz.PlotDefo(plotmode=3,scale_factor=2) + +.. raw:: html + :file: files/scf2.html + +.. code-block:: python + :caption: Example with scale_factor=10 + + import BraineryWiz as bz + + # ... + # Create the OpenSees model + # ... + + # Call PlotModel command + bz.PlotDefo(plotmode=3,scale_factor=10) + +.. raw:: html + :file: files/scf10.html diff --git a/docs/_sources/Python_Version/plotdefo/show_elemens_tag.rst.txt b/docs/_sources/Python_Version/plotdefo/show_elemens_tag.rst.txt new file mode 100644 index 0000000..029f0ab --- /dev/null +++ b/docs/_sources/Python_Version/plotdefo/show_elemens_tag.rst.txt @@ -0,0 +1,6 @@ +.. _plotdefoshowelementstagpy: + +show_elemens_tag Option +==================================================== +Exactly similar to what explained on :ref:`show_elemens_tag ` for PlotModel command. + \ No newline at end of file diff --git a/docs/_sources/Python_Version/plotdefo/show_nodes_tag.rst.txt b/docs/_sources/Python_Version/plotdefo/show_nodes_tag.rst.txt new file mode 100644 index 0000000..7ced201 --- /dev/null +++ b/docs/_sources/Python_Version/plotdefo/show_nodes_tag.rst.txt @@ -0,0 +1,5 @@ +.. _plotdefoshownodestagpy: + +show_nodes_tag Option +==================================================== +Exactly similar to what explained on :ref:`show_nodes_tag ` for PlotModel command. diff --git a/docs/_sources/Python_Version/plotdefo/title.rst.txt b/docs/_sources/Python_Version/plotdefo/title.rst.txt new file mode 100644 index 0000000..a408fce --- /dev/null +++ b/docs/_sources/Python_Version/plotdefo/title.rst.txt @@ -0,0 +1,7 @@ +.. _plotdefotitlepy: + +title Option +==================================================== +Exactly similar to what explained on :ref:`title ` for PlotModel command. + + diff --git a/docs/_sources/Python_Version/plotdefo/verticalaxis.rst.txt b/docs/_sources/Python_Version/plotdefo/verticalaxis.rst.txt new file mode 100644 index 0000000..f8378d6 --- /dev/null +++ b/docs/_sources/Python_Version/plotdefo/verticalaxis.rst.txt @@ -0,0 +1,7 @@ +.. _plotdefoverticalpy: + +vertical_axis Option +==================================================== +Exactly similar to what explained on :ref:`vertical_axis ` for PlotModel command. + + \ No newline at end of file diff --git a/docs/_sources/Python_Version/plotdefo/widthheight.rst.txt b/docs/_sources/Python_Version/plotdefo/widthheight.rst.txt new file mode 100644 index 0000000..88a8d94 --- /dev/null +++ b/docs/_sources/Python_Version/plotdefo/widthheight.rst.txt @@ -0,0 +1,5 @@ +.. _plotdefowidthheightpy: + +fig_width and fig_height Options +==================================================== +Exactly similar to what explained on :ref:`fig_width and fig_height ` for PlotModel command. diff --git a/docs/objects.inv b/docs/objects.inv index 4671344079af2f27dbfaa791b82a692082a54f9f..a42b0e58aaecb0047ad27a866607a1cbf2921ba7 100644 GIT binary patch delta 1346 zcmV-I1-<(A2&xN^d4IK9!EW3(5WVkLsAvxL!3}cFt#y*3K!X@@&>RI?;_kAL#EnE} zvpMxQ`g{G74mqMkij+9C-P>~bW*$k2dNX6cd;7lpEWW=KUCqB0gQ{QGvMR1$74O`M zpO30-ieGysI^JKvtfz}Vc|Qo*6>ntq(DF_(1*6^VMIB{Vj(?M3;MjZ^A5m0_L9wPW zbDK;v3<-aCEX$y$Mk>~cmTyFyFc|I@hQAn>8`-w3tBaqssn9mVakWZv5PJ#_z!p@$ zfn#OaZhFoXpZN;W6*}@>_F#yz*L*J%%o;MYzR?c;{DD(A4&6NH zn!p=#!?g@Yd4Db|CzxJOCsk=C`q8ay#GuTS11$&fofjWYdcni$g6p20%TCsOpsaI7 zkTm8jP7*LBkKct4R-YgnuHdwwBg8al-n6Q;*nUk;S|! z{sGUXZCL}A9m&*7as9M(BXf>R0AkgkORA_Mv)0>jf)0*;-16Qoz)#UqWilqN)i z?ks9`Jb!X=I4TO814pvGIF!a{Zh#(*!8UF{3y0h!*bHVCvG>NsS21I|S|xadfUWxd z{|biGWC>fsGc*icY0~0hpG8|R;$GZ?jYN)6=gU6&rZ$+PUlETd3fLI2Q~c0FhIf+i zleXW5kF#+*1Nd?bm^uWSgnHO44Mk6)i2C3ss(&a3qsgd;&DBwK{_-HGJP1V^{5`n0 zf1M*!K;ur?3hIQRN@&a_Q$sNXMMNDWO-0cmLq_7=5_^Yr(=)@s?G`0+t2kP+e$LaR(p0tKFxY zKY!MH5y52Ghych+7h=!b>oXv9yoTLFLJ@77{P=>{IDxO@yuc}-wc3sa{M-fma1ft) zQ%Tspk}mDPfB!QSwM+NIE@+!foTZM;_p=;U3(c#_6)j zAGAM!|8WhFDH4@2pj&V4*rZlxP3D_L;D3m<4uCC8yexRkov5MRR14zfBwIFyXb+IE z=mdpI8YVtKO-p@j3``ZMgl?(b}9L-ktS<+Cvu`)OD{_IKcXBHI602o&t4c%MOHIQKSbk1&2l1+W?Q3%o0nQ?0@DX zX_HH5-kw}8KTWbsL84@xOo~G#m{TK&>m^4PViOr^#2^)dz|myLdN{cZm1CLy07WtZ zn(2C;^R1p5u=YzGX~9m3S&kY+tMFAhFlf3Sgthl01i=KsikVF5RNVIC?AP2AG)rpM zitH?{LE27X{Yz(!6xDWb>t*%iPk&aou#(=8Hv`Vlw@Ce*C2+={u5e-1ye)ACPmSw} z+(vJ2!eb##UbRz$14*n3pRjc4-0luOw{{w~e0|&K3M2$>BFs>@)lR^s#2GKD#x3jr zn8+DShRUr}{97_-T=H}-UguMVPJ0tc=E~l=QK{PADfSXo;P{t)zZf*OuRCK|yj_c~ z)YY5+Fkt%#i4*YJ4G{lP4TpiV9%eiqwBi2maQ+s)cRN)z*U??a8xxByueT=t1I`$~ EqvIBj82|tP delta 1036 zcmV+n1oQi<3-$<*d4H{#&2H2%5P(EPrQ(S-I{lQY4O@R?=i$JIT$cs= zQgc~}`T$`w%zlWvk*Z>+YV%NvN^=cYtE+>~Rh6`ZLBz0*B z{1!xpO?QRTypp9@=;(8>-4$GZwk0R3EP0i(_a?+l%rcH8aSN2-&1`)KgQ?U!Mup3o9&DDvAii=5&+`Thhna*gW9)T4=L> z(h~(=tKCW|1%EnKhZAXXwNExdH#3(?>BJ7yZCO&tM%$qvHEHCtV3#{{Pn!8Dr#0Uv z6?|++GwsrGf*YQ7v|tKi3uf|XLhN*XndVpc@HrX98-~PqDfmD zTOe%tOz6W-R6KfSCn^wVLy3vmRpRAV7T7epOj&7>)qijVcM3kz);p*P7VbtMKWQ7r zZbBh4QKd9+n;QUKb&O(m9C^Id z9we26sffYPO?dj}8TKiH2dS}lgF+h?1y8E56^V^^{zYV85^%dVF{+ljpq)*di3}`? zwT9cS<$s13{7KTbe^`JZ7fEc77;rCBo##SkxhC;~e8g>Kme`;@1?H;l7C8k?&UciX zX!H8Ns5iE>|Ep?Jnav&jw1Q0(df9+n3UaRD>K3jp?|%*`T(dL2$r(&b*6>Seve*qg z^o~}yC*S8~aWptKMM#;^#H}dTd&n^T3VshlF@Nc`Z{HEk7M_mX1bssnbxH{zSEF?V z8F!)pVG~TN5c~J{pN6F&?#*iCwVoL>TUb)hZQ)CvnECFob^|yy*dq^c)^H7>bnXs| z{E?pm|8<7yJ5h-v+`M}`mnF3J%G-91Nv}WV#>njRkN}xjFgTwo%M47*m=(GCSlNIDF*5gaf` for PlotModel command. + + diff --git a/source/Python_Version/plotdefo/draw_nodes.rst b/source/Python_Version/plotdefo/draw_nodes.rst new file mode 100644 index 0000000..be9e8e9 --- /dev/null +++ b/source/Python_Version/plotdefo/draw_nodes.rst @@ -0,0 +1,7 @@ +.. _plotdefodrawnodespy: + +draw_nodes Option +==================================================== +Exactly similar to what explained on :ref:`draw_nodes ` for PlotModel command. + + \ No newline at end of file diff --git a/source/Python_Version/plotdefo/drawwire.rst b/source/Python_Version/plotdefo/drawwire.rst new file mode 100644 index 0000000..ab2f62b --- /dev/null +++ b/source/Python_Version/plotdefo/drawwire.rst @@ -0,0 +1,23 @@ +.. _plotdefowirepy: + +draw_wire_shadow Option +==================================================== +A boolean that determines to draw the undeformed structe as a shadow or not. By setting this option equal to off the (Default=True) + +Examples +-------- + +.. code-block:: python + :caption: Example with considering draw_wire_shadow=False + + import BraineryWiz as bz + + # ... + # Create the OpenSees model + # ... + + # Call PlotModel command + bz.PlotModel(plotmode=3, draw_wire_shadow=False) + +.. raw:: html + :file: files/wirefalse.html \ No newline at end of file diff --git a/source/Python_Version/plotdefo/eledata.rst b/source/Python_Version/plotdefo/eledata.rst new file mode 100644 index 0000000..65eca08 --- /dev/null +++ b/source/Python_Version/plotdefo/eledata.rst @@ -0,0 +1,7 @@ +.. _plotdefoeledatapy: + +elements_data_tag and elements_data Options +==================================================== +Exactly similar to what explained on :ref:`elements_data_tag and elements_data ` for PlotModel command. + + \ No newline at end of file diff --git a/source/Python_Version/plotdefo/files/scf10.html b/source/Python_Version/plotdefo/files/scf10.html new file mode 100644 index 0000000..bfb2686 --- /dev/null +++ b/source/Python_Version/plotdefo/files/scf10.html @@ -0,0 +1,15 @@ + + + + +
    +
    + + \ No newline at end of file diff --git a/source/Python_Version/plotdefo/files/scf2.html b/source/Python_Version/plotdefo/files/scf2.html new file mode 100644 index 0000000..b0d9331 --- /dev/null +++ b/source/Python_Version/plotdefo/files/scf2.html @@ -0,0 +1,15 @@ + + + + +
    +
    + + \ No newline at end of file diff --git a/source/Python_Version/plotdefo/files/wirefalse.html b/source/Python_Version/plotdefo/files/wirefalse.html new file mode 100644 index 0000000..654f1ad --- /dev/null +++ b/source/Python_Version/plotdefo/files/wirefalse.html @@ -0,0 +1,15 @@ + + + + +
    +
    + + \ No newline at end of file diff --git a/source/Python_Version/plotdefo/imagetypename.rst b/source/Python_Version/plotdefo/imagetypename.rst new file mode 100644 index 0000000..dcb19f3 --- /dev/null +++ b/source/Python_Version/plotdefo/imagetypename.rst @@ -0,0 +1,7 @@ +.. _plotdefoimgtypnamepy: + +image_type and image_filename Options +==================================================== +Exactly similar to what explained on :ref:`image_type and image_filename ` for PlotModel command. + + diff --git a/source/Python_Version/plotdefo/legends.rst b/source/Python_Version/plotdefo/legends.rst new file mode 100644 index 0000000..3c27f2c --- /dev/null +++ b/source/Python_Version/plotdefo/legends.rst @@ -0,0 +1,7 @@ +.. _plotdefolegendpy: + +plot_legends Option +==================================================== +Exactly similar to what explained on :ref:`plot_legends ` for PlotModel command. + + \ No newline at end of file diff --git a/source/Python_Version/plotdefo/nodedata.rst b/source/Python_Version/plotdefo/nodedata.rst new file mode 100644 index 0000000..f5831f4 --- /dev/null +++ b/source/Python_Version/plotdefo/nodedata.rst @@ -0,0 +1,6 @@ +.. _plotdefonodedatapy: + +nodes_data_tag and nodes_data Options +==================================================== +Exactly similar to what explained on :ref:`nodes_data_tag and nodes_data ` for PlotModel command. + diff --git a/source/Python_Version/plotdefo/onhover.rst b/source/Python_Version/plotdefo/onhover.rst new file mode 100644 index 0000000..a4f8dcf --- /dev/null +++ b/source/Python_Version/plotdefo/onhover.rst @@ -0,0 +1,7 @@ +.. _plotdefoonhoverpy: + +onhover_message Option +==================================================== +Exactly similar to what explained on :ref:`onhover_message ` for PlotModel command. + + diff --git a/source/Python_Version/plotdefo/scalefactor.rst b/source/Python_Version/plotdefo/scalefactor.rst new file mode 100644 index 0000000..e7c8c9f --- /dev/null +++ b/source/Python_Version/plotdefo/scalefactor.rst @@ -0,0 +1,38 @@ +.. _plotdefoscalefpy: + +scale_factor Option +==================================================== +Determines the scale factor of deformations. (Default=1) + +Examples +-------- + +.. code-block:: python + :caption: Example with scale_factor=2 + + import BraineryWiz as bz + + # ... + # Create the OpenSees model + # ... + + # Call PlotModel command + bz.PlotDefo(plotmode=3,scale_factor=2) + +.. raw:: html + :file: files/scf2.html + +.. code-block:: python + :caption: Example with scale_factor=10 + + import BraineryWiz as bz + + # ... + # Create the OpenSees model + # ... + + # Call PlotModel command + bz.PlotDefo(plotmode=3,scale_factor=10) + +.. raw:: html + :file: files/scf10.html diff --git a/source/Python_Version/plotdefo/show_elemens_tag.rst b/source/Python_Version/plotdefo/show_elemens_tag.rst new file mode 100644 index 0000000..029f0ab --- /dev/null +++ b/source/Python_Version/plotdefo/show_elemens_tag.rst @@ -0,0 +1,6 @@ +.. _plotdefoshowelementstagpy: + +show_elemens_tag Option +==================================================== +Exactly similar to what explained on :ref:`show_elemens_tag ` for PlotModel command. + \ No newline at end of file diff --git a/source/Python_Version/plotdefo/show_nodes_tag.rst b/source/Python_Version/plotdefo/show_nodes_tag.rst new file mode 100644 index 0000000..7ced201 --- /dev/null +++ b/source/Python_Version/plotdefo/show_nodes_tag.rst @@ -0,0 +1,5 @@ +.. _plotdefoshownodestagpy: + +show_nodes_tag Option +==================================================== +Exactly similar to what explained on :ref:`show_nodes_tag ` for PlotModel command. diff --git a/source/Python_Version/plotdefo/title.rst b/source/Python_Version/plotdefo/title.rst new file mode 100644 index 0000000..a408fce --- /dev/null +++ b/source/Python_Version/plotdefo/title.rst @@ -0,0 +1,7 @@ +.. _plotdefotitlepy: + +title Option +==================================================== +Exactly similar to what explained on :ref:`title ` for PlotModel command. + + diff --git a/source/Python_Version/plotdefo/verticalaxis.rst b/source/Python_Version/plotdefo/verticalaxis.rst new file mode 100644 index 0000000..f8378d6 --- /dev/null +++ b/source/Python_Version/plotdefo/verticalaxis.rst @@ -0,0 +1,7 @@ +.. _plotdefoverticalpy: + +vertical_axis Option +==================================================== +Exactly similar to what explained on :ref:`vertical_axis ` for PlotModel command. + + \ No newline at end of file diff --git a/source/Python_Version/plotdefo/widthheight.rst b/source/Python_Version/plotdefo/widthheight.rst new file mode 100644 index 0000000..88a8d94 --- /dev/null +++ b/source/Python_Version/plotdefo/widthheight.rst @@ -0,0 +1,5 @@ +.. _plotdefowidthheightpy: + +fig_width and fig_height Options +==================================================== +Exactly similar to what explained on :ref:`fig_width and fig_height ` for PlotModel command.