diff --git a/docs/Python_Version/index.html b/docs/Python_Version/index.html index 311734f..2acb8ea 100644 --- a/docs/Python_Version/index.html +++ b/docs/Python_Version/index.html @@ -434,7 +434,22 @@
  • Record() Command
  • -
  • PlotAnimeGif command (Create Animation in gif format)
  • +
  • PlotAnimeGif command (Create Animation in gif format) +
  • diff --git a/docs/Python_Version/plotanime.html b/docs/Python_Version/plotanime.html index 7e55f7f..55f850f 100644 --- a/docs/Python_Version/plotanime.html +++ b/docs/Python_Version/plotanime.html @@ -494,7 +494,7 @@

    PlotAnime Command (Plot Animation)#

    -

    PlotAnime is the command that should be used to show an animation* of recorded steps. Users initially should record the desired steps using Record() command. The Record() command records the required data for creating animation and in each desired step user should call the Record() command. Finally, when all desired steps recording finished, by calling PlotAnime command, the animation of the plot will be shown. Using RecorderReset() command the recorded steps will be reset. The structure of the command is in this way:

    +

    PlotAnime is the command that should be used to show an animation of recorded steps. Users initially should record the desired steps using Record() command. The Record() command records the required data for creating animation and in each desired step user should call the Record() command. Finally, when all desired steps recording finished, by calling PlotAnime command, the animation of the plot will be shown. Using RecordReset() command the recorded steps will be reset. The structure of the command is in this way:

    @@ -493,6 +509,67 @@

    PlotAnimeGif command (Create Animation in gif format)#

    +

    The structure of this command is completely compatible with PlotAnime command but this command creates a gif file from the recorded steps. Just use PlotAnimeGif instead of PlotAnime. To create an animation or gif of animation:

    + +

    Attention: The Record() command add the current analyzed step to all previously recorded steps. It is important to remember to use RecordReset() command to reset the recorder and delete the recorded steps for a new animation. Also remeber that generating gif file usually takes long time!

    +

    The structure of the command is in this way:

    +
    import openseespy.opensees as ops
    +import BraineryWiz as bz
    +
    +#...
    +#codes of creating OpenSees model
    +#...
    +
    +numberOfSteps=100    #Imagine the number of steps that want to be recorded are 100 steps
    +
    +bz.RecorderReset()   #Reset the recorder to prevent adding new steps (slides) to previous recorded slides
    +
    +for i in range(numberOfSteps):
    +
    +     ops.analyze(1,0.01) #One step analysis
    +     bz.Record()         #Record the analyzed step
    +
    +
    +bz.PlotAnimeGif (**kwargs) #Show animation of the recorded steps
    +
    +
    +

    Click here to downlad the created gif file as a sample.

    +
    +

    PlotAnimeGif command options#

    +
      +
    • +
      **kwargs

      Stands for other options that user can use to provide desired changes in the plot. In the following the existing options are described.

      +
      +
      +
    • +
    + +
    +

    PlotAnimeGif Related Commands

    + +
    +
    @@ -506,20 +583,20 @@

    previous

    -

    show_constrained and not_show_retained_list and constrained_size Options

    +

    Record() Command

    next

    -

    BraineryWiz TCL Version Documentation

    +

    scale_factor Option

    diff --git a/docs/Python_Version/plotanimegif/RetainedConstrained.html b/docs/Python_Version/plotanimegif/RetainedConstrained.html new file mode 100644 index 0000000..e7969a6 --- /dev/null +++ b/docs/Python_Version/plotanimegif/RetainedConstrained.html @@ -0,0 +1,604 @@ + + + + + + + + + + + + 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/plotanimegif/draw_nodes.html b/docs/Python_Version/plotanimegif/draw_nodes.html new file mode 100644 index 0000000..215d7ee --- /dev/null +++ b/docs/Python_Version/plotanimegif/draw_nodes.html @@ -0,0 +1,604 @@ + + + + + + + + + + + + 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/plotanimegif/drawwire.html b/docs/Python_Version/plotanimegif/drawwire.html new file mode 100644 index 0000000..07e0579 --- /dev/null +++ b/docs/Python_Version/plotanimegif/drawwire.html @@ -0,0 +1,604 @@ + + + + + + + + + + + + draw_wire_shadow Option — BraineryWiz documentation + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + + + + + + + + + + + +
    +
    +
    +
    +
    + + +
    +
    The latest Released version: 0.91 - Email Address: BraineryWiz@Gmail.com.
    +
    + + + + +
    +
    + +
    + + + + + + + + + + + + + +
    + +
    + + +
    +
    + +
    +
    + +
    + +
    + + + + +
    + +
    + + +
    +
    + + + + + +
    + +
    +

    draw_wire_shadow Option#

    +

    Exactly similar to what explained on draw_wire_shadow for PlotDefo command.

    +
    + + +
    + + + + + + + +
    + + + + +
    +
    + +
    + +
    +
    +
    + + + + + +
    + + +
    + + \ No newline at end of file diff --git a/docs/Python_Version/plotanimegif/onhover.html b/docs/Python_Version/plotanimegif/onhover.html new file mode 100644 index 0000000..2bafd49 --- /dev/null +++ b/docs/Python_Version/plotanimegif/onhover.html @@ -0,0 +1,604 @@ + + + + + + + + + + + + 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/plotanimegif/record.html b/docs/Python_Version/plotanimegif/record.html new file mode 100644 index 0000000..cb1706c --- /dev/null +++ b/docs/Python_Version/plotanimegif/record.html @@ -0,0 +1,604 @@ + + + + + + + + + + + + Record() Command — BraineryWiz documentation + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + + + + + + + + + + + +
    +
    +
    +
    +
    + + +
    +
    The latest Released version: 0.91 - Email Address: BraineryWiz@Gmail.com.
    +
    + + + + +
    +
    + +
    + + + + + + + + + + + + + +
    + +
    + + +
    +
    + +
    +
    + +
    + +
    + + + + +
    + +
    + + +
    +
    + + + + + +
    + +
    +

    Record() Command#

    +

    Exactly similar to what explained on Record() command for PloteAnime command.

    +
    + + +
    + + + + + + + +
    + + + + +
    +
    + +
    + +
    +
    +
    + + + + + +
    + + +
    + + \ No newline at end of file diff --git a/docs/Python_Version/plotanimegif/recorderfilename.html b/docs/Python_Version/plotanimegif/recorderfilename.html new file mode 100644 index 0000000..8805fa4 --- /dev/null +++ b/docs/Python_Version/plotanimegif/recorderfilename.html @@ -0,0 +1,604 @@ + + + + + + + + + + + + recorderfilename option — BraineryWiz documentation + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + + + + + + + + + + + +
    +
    +
    +
    +
    + + +
    +
    The latest Released version: 0.91 - Email Address: BraineryWiz@Gmail.com.
    +
    + + + + +
    +
    + +
    + + + + + + + + + + + + + +
    + +
    + + +
    +
    + +
    +
    + +
    + +
    + + + + +
    + +
    + + +
    +
    + + + + + +
    + +
    +

    recorderfilename option#

    +

    Exactly similar to what explained on recorderfilename option for PloteAnime command.

    +
    + + +
    + + + + + + + +
    + + + + +
    +
    + +
    + +
    +
    +
    + + + + + +
    + + +
    + + \ No newline at end of file diff --git a/docs/Python_Version/plotanimegif/recorderreset.html b/docs/Python_Version/plotanimegif/recorderreset.html new file mode 100644 index 0000000..d7e4729 --- /dev/null +++ b/docs/Python_Version/plotanimegif/recorderreset.html @@ -0,0 +1,604 @@ + + + + + + + + + + + + RecorderReset() Command — BraineryWiz documentation + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + + + + + + + + + + + +
    +
    +
    +
    +
    + + +
    +
    The latest Released version: 0.91 - Email Address: BraineryWiz@Gmail.com.
    +
    + + + + +
    +
    + +
    + + + + + + + + + + + + + +
    + +
    + + +
    +
    + +
    +
    + +
    + +
    + + + + +
    + +
    + + +
    +
    + + + + + +
    + +
    +

    RecorderReset() Command#

    +

    Exactly similar to what explained on RecorderReset() command for PloteAnime command.

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

    scale_factor Option#

    +

    Exactly similar to what explained on scale_factor for PlotDefo command.

    +
    + + +
    + + + + + + + +
    + + + + +
    +
    + +
    + +
    +
    +
    + + + + + +
    + + +
    + + \ No newline at end of file diff --git a/docs/Python_Version/plotanimegif/show_elemens_tag.html b/docs/Python_Version/plotanimegif/show_elemens_tag.html new file mode 100644 index 0000000..ad09b1e --- /dev/null +++ b/docs/Python_Version/plotanimegif/show_elemens_tag.html @@ -0,0 +1,604 @@ + + + + + + + + + + + + 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/plotanimegif/show_nodes_tag.html b/docs/Python_Version/plotanimegif/show_nodes_tag.html new file mode 100644 index 0000000..47038ea --- /dev/null +++ b/docs/Python_Version/plotanimegif/show_nodes_tag.html @@ -0,0 +1,604 @@ + + + + + + + + + + + + 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/plotanimegif/title.html b/docs/Python_Version/plotanimegif/title.html new file mode 100644 index 0000000..33d5adb --- /dev/null +++ b/docs/Python_Version/plotanimegif/title.html @@ -0,0 +1,604 @@ + + + + + + + + + + + + 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/plotanimegif/verticalaxis.html b/docs/Python_Version/plotanimegif/verticalaxis.html new file mode 100644 index 0000000..5251419 --- /dev/null +++ b/docs/Python_Version/plotanimegif/verticalaxis.html @@ -0,0 +1,604 @@ + + + + + + + + + + + + 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/plotanimegif/widthheight.html b/docs/Python_Version/plotanimegif/widthheight.html new file mode 100644 index 0000000..1f1bea1 --- /dev/null +++ b/docs/Python_Version/plotanimegif/widthheight.html @@ -0,0 +1,604 @@ + + + + + + + + + + + + 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/_downloads/369f43db888f9a385cb8cb5aab9bd78a/Anime.gif b/docs/_downloads/369f43db888f9a385cb8cb5aab9bd78a/Anime.gif new file mode 100644 index 0000000..0c99518 Binary files /dev/null and b/docs/_downloads/369f43db888f9a385cb8cb5aab9bd78a/Anime.gif differ diff --git a/docs/_sources/Python_Version/plotanime.rst.txt b/docs/_sources/Python_Version/plotanime.rst.txt index 91fa23e..d72727c 100644 --- a/docs/_sources/Python_Version/plotanime.rst.txt +++ b/docs/_sources/Python_Version/plotanime.rst.txt @@ -3,7 +3,7 @@ PlotAnime Command (Plot Animation) ==================================================== -PlotAnime is the command that should be used to show **an animation*** of **recorded steps**. Users initially should record the desired steps using **Record()** command. The **Record()** command records the required data for creating animation and in each desired step user should call the **Record()** command. Finally, when all desired steps recording finished, by calling PlotAnime command, the animation of the plot will be shown. Using **RecorderReset()** command the recorded steps will be reset. The structure of the command is in this way: +PlotAnime is the command that should be used to show **an animation** of **recorded steps**. Users initially should record the desired steps using :ref:`Record() ` command. The :ref:`Record() ` command records the required data for creating animation and in each desired step user should call the :ref:`Record() ` command. Finally, when all desired steps recording finished, by calling PlotAnime command, the animation of the plot will be shown. Using :ref:`RecordReset() ` command the recorded steps will be reset. The structure of the command is in this way: .. code-block:: python diff --git a/docs/_sources/Python_Version/plotanimegif.rst.txt b/docs/_sources/Python_Version/plotanimegif.rst.txt index ebbc7b0..28ef499 100644 --- a/docs/_sources/Python_Version/plotanimegif.rst.txt +++ b/docs/_sources/Python_Version/plotanimegif.rst.txt @@ -3,3 +3,65 @@ PlotAnimeGif command (Create Animation in gif format) ====================================================== +The structure of this command is completely compatible with :ref:`PlotAnime ` command but this command creates a gif file from the recorded steps. Just use PlotAnimeGif instead of PlotAnime. To create an animation or gif of animation: + +* Using :ref:`Record() ` command record each step that are desired to animate. +* Using :ref:`PlotAnime ` or PlotAnimeGif create the animation. + +**Attention:** The :ref:`Record() ` command add the current analyzed step to all previously recorded steps. It is important to remember to use :ref:`RecordReset() ` command to reset the recorder and delete the recorded steps for a new animation. Also remeber that generating gif file usually **takes long time!** + +The structure of the command is in this way: + +.. code-block:: python + + import openseespy.opensees as ops + import BraineryWiz as bz + + #... + #codes of creating OpenSees model + #... + + numberOfSteps=100 #Imagine the number of steps that want to be recorded are 100 steps + + bz.RecorderReset() #Reset the recorder to prevent adding new steps (slides) to previous recorded slides + + for i in range(numberOfSteps): + + ops.analyze(1,0.01) #One step analysis + bz.Record() #Record the analyzed step + + + bz.PlotAnimeGif (**kwargs) #Show animation of the recorded steps + + +Click :download:`here ` to downlad the created gif file as a sample. + + +PlotAnimeGif command options +---------------------------- + +* `**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: PlotAnimeGif **kwargs Options + + plotanimegif/scalefactor + plotanimegif/drawwire + plotanimegif/draw_nodes + plotanimegif/show_nodes_tag + plotanimegif/show_elemens_tag + plotanimegif/onhover + plotanimegif/title + plotanimegif/widthheight + plotanimegif/verticalaxis + plotanimegif/RetainedConstrained + plotanimegif/recorderfilename + +.. toctree:: + :maxdepth: 1 + :caption: PlotAnimeGif Related Commands + + plotanimegif/recorderreset + plotanimegif/record \ No newline at end of file diff --git a/docs/_sources/Python_Version/plotanimegif/RetainedConstrained.rst.txt b/docs/_sources/Python_Version/plotanimegif/RetainedConstrained.rst.txt new file mode 100644 index 0000000..13723e8 --- /dev/null +++ b/docs/_sources/Python_Version/plotanimegif/RetainedConstrained.rst.txt @@ -0,0 +1,7 @@ +.. _plotanimegifretconspy: + +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/plotanimegif/draw_nodes.rst.txt b/docs/_sources/Python_Version/plotanimegif/draw_nodes.rst.txt new file mode 100644 index 0000000..8e108a9 --- /dev/null +++ b/docs/_sources/Python_Version/plotanimegif/draw_nodes.rst.txt @@ -0,0 +1,7 @@ +.. _plotanimegifdrawnodespy: + +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/plotanimegif/drawwire.rst.txt b/docs/_sources/Python_Version/plotanimegif/drawwire.rst.txt new file mode 100644 index 0000000..39cf3dc --- /dev/null +++ b/docs/_sources/Python_Version/plotanimegif/drawwire.rst.txt @@ -0,0 +1,6 @@ +.. _plotanimegifwirepy: + +draw_wire_shadow Option +==================================================== +Exactly similar to what explained on :ref:`draw_wire_shadow ` for PlotDefo command. + \ No newline at end of file diff --git a/docs/_sources/Python_Version/plotanimegif/onhover.rst.txt b/docs/_sources/Python_Version/plotanimegif/onhover.rst.txt new file mode 100644 index 0000000..b86447b --- /dev/null +++ b/docs/_sources/Python_Version/plotanimegif/onhover.rst.txt @@ -0,0 +1,7 @@ +.. _plotanimegifonhoverpy: + +onhover_message Option +==================================================== +Exactly similar to what explained on :ref:`onhover_message ` for PlotModel command. + + diff --git a/docs/_sources/Python_Version/plotanimegif/record.rst.txt b/docs/_sources/Python_Version/plotanimegif/record.rst.txt new file mode 100644 index 0000000..48b6d6f --- /dev/null +++ b/docs/_sources/Python_Version/plotanimegif/record.rst.txt @@ -0,0 +1,7 @@ +.. _plotanimegifrecordpy: + +Record() Command +==================================================== + +Exactly similar to what explained on :ref:`Record() ` command for PloteAnime command. + \ No newline at end of file diff --git a/docs/_sources/Python_Version/plotanimegif/recorderfilename.rst.txt b/docs/_sources/Python_Version/plotanimegif/recorderfilename.rst.txt new file mode 100644 index 0000000..6584c1f --- /dev/null +++ b/docs/_sources/Python_Version/plotanimegif/recorderfilename.rst.txt @@ -0,0 +1,7 @@ +.. _plotanimegifrecordfnamepy: + +recorderfilename option +==================================================== + +Exactly similar to what explained on :ref:`recorderfilename ` option for PloteAnime command. + \ No newline at end of file diff --git a/docs/_sources/Python_Version/plotanimegif/recorderreset.rst.txt b/docs/_sources/Python_Version/plotanimegif/recorderreset.rst.txt new file mode 100644 index 0000000..7487217 --- /dev/null +++ b/docs/_sources/Python_Version/plotanimegif/recorderreset.rst.txt @@ -0,0 +1,7 @@ +.. _plotanimegifrecorderrestpy: + +RecorderReset() Command +==================================================== + +Exactly similar to what explained on :ref:`RecorderReset() ` command for PloteAnime command. + \ No newline at end of file diff --git a/docs/_sources/Python_Version/plotanimegif/scalefactor.rst.txt b/docs/_sources/Python_Version/plotanimegif/scalefactor.rst.txt new file mode 100644 index 0000000..8cc16ab --- /dev/null +++ b/docs/_sources/Python_Version/plotanimegif/scalefactor.rst.txt @@ -0,0 +1,6 @@ +.. _plotanimegifcalefpy: + +scale_factor Option +==================================================== +Exactly similar to what explained on :ref:`scale_factor ` for PlotDefo command. + diff --git a/docs/_sources/Python_Version/plotanimegif/show_elemens_tag.rst.txt b/docs/_sources/Python_Version/plotanimegif/show_elemens_tag.rst.txt new file mode 100644 index 0000000..71c876c --- /dev/null +++ b/docs/_sources/Python_Version/plotanimegif/show_elemens_tag.rst.txt @@ -0,0 +1,6 @@ +.. _plotanimegifshowelementstagpy: + +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/plotanimegif/show_nodes_tag.rst.txt b/docs/_sources/Python_Version/plotanimegif/show_nodes_tag.rst.txt new file mode 100644 index 0000000..eb27e90 --- /dev/null +++ b/docs/_sources/Python_Version/plotanimegif/show_nodes_tag.rst.txt @@ -0,0 +1,5 @@ +.. _plotanimegifshownodestagpy: + +show_nodes_tag Option +==================================================== +Exactly similar to what explained on :ref:`show_nodes_tag ` for PlotModel command. diff --git a/docs/_sources/Python_Version/plotanimegif/title.rst.txt b/docs/_sources/Python_Version/plotanimegif/title.rst.txt new file mode 100644 index 0000000..bd4ad29 --- /dev/null +++ b/docs/_sources/Python_Version/plotanimegif/title.rst.txt @@ -0,0 +1,7 @@ +.. _plotanimegiftitlepy: + +title Option +==================================================== +Exactly similar to what explained on :ref:`title ` for PlotModel command. + + diff --git a/docs/_sources/Python_Version/plotanimegif/verticalaxis.rst.txt b/docs/_sources/Python_Version/plotanimegif/verticalaxis.rst.txt new file mode 100644 index 0000000..5d17807 --- /dev/null +++ b/docs/_sources/Python_Version/plotanimegif/verticalaxis.rst.txt @@ -0,0 +1,7 @@ +.. _plotanimegifverticalpy: + +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/plotanimegif/widthheight.rst.txt b/docs/_sources/Python_Version/plotanimegif/widthheight.rst.txt new file mode 100644 index 0000000..fc482fb --- /dev/null +++ b/docs/_sources/Python_Version/plotanimegif/widthheight.rst.txt @@ -0,0 +1,5 @@ +.. _plotanimegifwidthheightpy: + +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/_sources/index.rst.txt b/docs/_sources/index.rst.txt index 711602b..bef4a8f 100644 --- a/docs/_sources/index.rst.txt +++ b/docs/_sources/index.rst.txt @@ -23,10 +23,12 @@ Welcome to BraineryWiz's documentation! .. grid-item-card:: Latest Updates :columns: 12 + + :ref:`Plot AnimeGif ` for Python version added. Date: 11/10/2023 :ref:`Plot Animation ` for Python version added. Date: 11/09/2023 - :ref:`Plot Deformation ` for Python version added. Date: 04/09/2023 + :ref:`Plot Deformation ` for Python version added. Date: 11/02/2023 .. grid-item-card:: Python Version @@ -63,7 +65,7 @@ Send us any bug if you encounter with and also any requirement if you need to be .. admonition:: Programming Ethics : (Responsibility about Users Privacy) - **This is Bijan Sayyafzadeh, Because this package is not an opensource code, by this text I state that I'm the main developer and responsible of all code lines of this package and it is stated by me that the program has been written by completely respect to the users privacy and their data and their privacy and there is no collection, monitoring, and exchange of users personal information and data in this package and I am the main responsible of this ethical statement. This statement is valid for both Python and TCL and FEM versions for all the time.** + This is **Bijan Sayyafzadeh**, Because this package is not an opensource code, **by this text I state that I'm the main developer and responsible of all code lines of this package and it is stated by me that the program has been written by completely respect to the users privacy and their data and their privacy** and there is no collection, monitoring, and exchange of users personal information and data in this package and I am the main responsible of this ethical statement. This statement is valid for both Python and TCL and FEM versions for all the time. .. raw:: html diff --git a/docs/index.html b/docs/index.html index 8431459..4a4e4dd 100644 --- a/docs/index.html +++ b/docs/index.html @@ -402,8 +402,9 @@

    Welcome to BraineryWiz’s documentation!
    Latest Updates
    +

    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: 04/09/2023

    +

    Plot Deformation for Python version added. Date: 11/02/2023

    @@ -441,7 +442,7 @@

    Welcome to BraineryWiz’s documentation!

    Programming Ethics : (Responsibility about Users Privacy)

    -

    This is Bijan Sayyafzadeh, Because this package is not an opensource code, by this text I state that I’m the main developer and responsible of all code lines of this package and it is stated by me that the program has been written by completely respect to the users privacy and their data and their privacy and there is no collection, monitoring, and exchange of users personal information and data in this package and I am the main responsible of this ethical statement. This statement is valid for both Python and TCL and FEM versions for all the time.

    +

    This is Bijan Sayyafzadeh, Because this package is not an opensource code, by this text I state that I’m the main developer and responsible of all code lines of this package and it is stated by me that the program has been written by completely respect to the users privacy and their data and their privacy and there is no collection, monitoring, and exchange of users personal information and data in this package and I am the main responsible of this ethical statement. This statement is valid for both Python and TCL and FEM versions for all the time.

    diff --git a/docs/objects.inv b/docs/objects.inv index 068833e..bd2dc17 100644 Binary files a/docs/objects.inv and b/docs/objects.inv differ diff --git a/docs/searchindex.js b/docs/searchindex.js index 6952621..795d7b6 100644 --- a/docs/searchindex.js +++ b/docs/searchindex.js @@ -1 +1 @@ -Search.setIndex({"docnames": ["FEM_Wiz/index", "Python_Version/index", "Python_Version/installation", "Python_Version/plotanime", "Python_Version/plotanime/RetainedConstrained", "Python_Version/plotanime/draw_nodes", "Python_Version/plotanime/drawwire", "Python_Version/plotanime/eledata", "Python_Version/plotanime/imagetypename", "Python_Version/plotanime/legends", "Python_Version/plotanime/nodedata", "Python_Version/plotanime/onhover", "Python_Version/plotanime/record", "Python_Version/plotanime/recorderfilename", "Python_Version/plotanime/recorderreset", "Python_Version/plotanime/scalefactor", "Python_Version/plotanime/show_elemens_tag", "Python_Version/plotanime/show_nodes_tag", "Python_Version/plotanime/title", "Python_Version/plotanime/verticalaxis", "Python_Version/plotanime/widthheight", "Python_Version/plotanimegif", "Python_Version/plotdefo", "Python_Version/plotdefo/RetainedConstrained", "Python_Version/plotdefo/draw_nodes", "Python_Version/plotdefo/drawwire", "Python_Version/plotdefo/eledata", "Python_Version/plotdefo/imagetypename", "Python_Version/plotdefo/legends", "Python_Version/plotdefo/nodedata", "Python_Version/plotdefo/onhover", "Python_Version/plotdefo/scalefactor", "Python_Version/plotdefo/show_elemens_tag", "Python_Version/plotdefo/show_nodes_tag", "Python_Version/plotdefo/title", "Python_Version/plotdefo/verticalaxis", "Python_Version/plotdefo/widthheight", "Python_Version/plotmodel", "Python_Version/plotmodel/RetainedConstrained", "Python_Version/plotmodel/draw_nodes", "Python_Version/plotmodel/eledata", "Python_Version/plotmodel/fibers", "Python_Version/plotmodel/imagetypename", "Python_Version/plotmodel/integratepoints", "Python_Version/plotmodel/legends", "Python_Version/plotmodel/nodedata", "Python_Version/plotmodel/onhover", "Python_Version/plotmodel/quiver", "Python_Version/plotmodel/show_elemens_tag", "Python_Version/plotmodel/show_nodes_tag", "Python_Version/plotmodel/title", "Python_Version/plotmodel/verticalaxis", "Python_Version/plotmodel/widthheight", "Python_Version/plotmodeshape", "Python_Version/realtime", "TCL_Version/index", "index"], "filenames": ["FEM_Wiz\\index.rst", "Python_Version\\index.rst", "Python_Version\\installation.rst", "Python_Version\\plotanime.rst", "Python_Version\\plotanime\\RetainedConstrained.rst", "Python_Version\\plotanime\\draw_nodes.rst", "Python_Version\\plotanime\\drawwire.rst", "Python_Version\\plotanime\\eledata.rst", "Python_Version\\plotanime\\imagetypename.rst", "Python_Version\\plotanime\\legends.rst", "Python_Version\\plotanime\\nodedata.rst", "Python_Version\\plotanime\\onhover.rst", "Python_Version\\plotanime\\record.rst", "Python_Version\\plotanime\\recorderfilename.rst", "Python_Version\\plotanime\\recorderreset.rst", "Python_Version\\plotanime\\scalefactor.rst", "Python_Version\\plotanime\\show_elemens_tag.rst", "Python_Version\\plotanime\\show_nodes_tag.rst", "Python_Version\\plotanime\\title.rst", "Python_Version\\plotanime\\verticalaxis.rst", "Python_Version\\plotanime\\widthheight.rst", "Python_Version\\plotanimegif.rst", "Python_Version\\plotdefo.rst", "Python_Version\\plotdefo\\RetainedConstrained.rst", "Python_Version\\plotdefo\\draw_nodes.rst", "Python_Version\\plotdefo\\drawwire.rst", "Python_Version\\plotdefo\\eledata.rst", "Python_Version\\plotdefo\\imagetypename.rst", "Python_Version\\plotdefo\\legends.rst", "Python_Version\\plotdefo\\nodedata.rst", "Python_Version\\plotdefo\\onhover.rst", "Python_Version\\plotdefo\\scalefactor.rst", "Python_Version\\plotdefo\\show_elemens_tag.rst", "Python_Version\\plotdefo\\show_nodes_tag.rst", "Python_Version\\plotdefo\\title.rst", "Python_Version\\plotdefo\\verticalaxis.rst", "Python_Version\\plotdefo\\widthheight.rst", "Python_Version\\plotmodel.rst", "Python_Version\\plotmodel\\RetainedConstrained.rst", "Python_Version\\plotmodel\\draw_nodes.rst", "Python_Version\\plotmodel\\eledata.rst", "Python_Version\\plotmodel\\fibers.rst", "Python_Version\\plotmodel\\imagetypename.rst", "Python_Version\\plotmodel\\integratepoints.rst", "Python_Version\\plotmodel\\legends.rst", "Python_Version\\plotmodel\\nodedata.rst", "Python_Version\\plotmodel\\onhover.rst", "Python_Version\\plotmodel\\quiver.rst", "Python_Version\\plotmodel\\show_elemens_tag.rst", "Python_Version\\plotmodel\\show_nodes_tag.rst", "Python_Version\\plotmodel\\title.rst", "Python_Version\\plotmodel\\verticalaxis.rst", "Python_Version\\plotmodel\\widthheight.rst", "Python_Version\\plotmodeshape.rst", "Python_Version\\realtime.rst", "TCL_Version\\index.rst", "index.rst"], "titles": ["BraineryWiz FEM Version Documentation", "BraineryWiz Python Version Documentation", "Installation", "PlotAnime Command (Plot Animation)", "show_constrained and not_show_retained_list and constrained_size Options", "draw_nodes Option", "draw_wire_shadow Option", "elements_data_tag and elements_data Options", "image_type and image_filename Options", "plot_legends Option", "nodes_data_tag and nodes_data Options", "onhover_message Option", "Record() Command", "recorderfilename option", "RecorderReset() Command", "scale_factor Option", "show_elemens_tag Option", "show_nodes_tag Option", "title Option", "vertical_axis Option", "fig_width and fig_height Options", "PlotAnimeGif command (Create Animation in gif format)", "PlotDefo Command (Plot Deformation)", "show_constrained and not_show_retained_list and constrained_size Options", "draw_nodes Option", "draw_wire_shadow Option", "elements_data_tag and elements_data Options", "image_type and image_filename Options", "plot_legends Option", "nodes_data_tag and nodes_data Options", "onhover_message Option", "scale_factor Option", "show_elemens_tag Option", "show_nodes_tag Option", "title Option", "vertical_axis Option", "fig_width and fig_height Options", "PlotModel Command (Plot Model)", "show_constrained and not_show_retained_list and constrained_size Options", "draw_nodes Option", "elements_data_tag and elements_data Options", "plot_fibers Option", "image_type and image_filename Options", "plot_integration_points Option", "plot_legends Option", "nodes_data_tag and nodes_data Options", "onhover_message Option", "quivers_size Option", "show_elemens_tag Option", "show_nodes_tag Option", "title Option", "vertical_axis Option", "fig_width and fig_height Options", "PlotModeShape Command (Plot mode shape)", "RealTimeObj Command (Plot at Each desired Time Step)", "BraineryWiz TCL Version Documentation", "Welcome to BraineryWiz\u2019s documentation!"], "terms": {"i": [1, 3, 12, 14, 22, 37, 40, 45, 47, 56], "packag": [1, 56], "plot": [1, 13, 38, 39, 40, 42, 44, 45, 46, 50, 52, 56], "opense": [1, 3, 12, 14, 25, 31, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 56], "model": [1, 3, 12, 14, 22, 25, 31, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 56], "basic": 1, "independ": 1, "element": [1, 3, 39, 40, 44, 45, 46, 47, 48, 56], "In": [1, 3, 22, 37, 40, 45, 56], "thi": [1, 3, 12, 13, 14, 22, 25, 37, 39, 40, 45, 46, 47, 51, 56], "you": [1, 56], "find": [1, 47], "out": 1, "method": 1, "instal": [1, 56], "usag": 1, "openseespi": [1, 3, 12, 14], "ar": [1, 3, 12, 22, 37, 38, 39, 44], "creat": [1, 3, 12, 14, 25, 31, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 56], "envoron": 1, "us": [1, 2, 3, 12, 13, 14, 22, 37, 38, 40, 42, 45, 47, 51, 52, 56], "an": [1, 3, 56], "approach": 1, "doe": [1, 2, 3, 22, 37], "need": [1, 3, 22, 37, 47, 56], "know": [1, 12], "type": [1, 42], "them": [1, 12, 38, 56], "so": 1, "make": [1, 2], "more": [1, 56], "power": 1, "ani": [1, 39, 40, 45, 56], "without": [1, 39], "defin": [1, 12, 13, 14, 38, 40, 45, 47, 51], "also": [1, 2, 12, 56], "gpu": 1, "fluent": 1, "faster": 1, "under": [1, 56], "develop": [1, 56], "user": [1, 3, 12, 14, 22, 37, 38, 40, 42, 44, 45, 47, 51], "can": [1, 2, 3, 12, 13, 22, 37, 40, 42, 45, 47, 51, 52, 56], "latest": [1, 56], "updat": [1, 56], "featur": [1, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52], "brainerywiz": [2, 3, 12, 14, 25, 31, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52], "pip": 2, "shown": [2, 3, 38, 40, 45], "follow": [2, 3, 22, 37], "after": [2, 46], "import": [2, 3, 12, 14, 25, 31, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52], "librari": 2, "your": [2, 3, 22, 37], "code": [2, 3, 12, 14, 56], "bz": [2, 3, 12, 14, 25, 31, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52], "current": [2, 12, 22, 47, 56], "work": 2, "anaconda": 2, "linux": 2, "sorri": [2, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52], "fo": 2, "soon": [2, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52], "we": [2, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52], "solv": 2, "problem": 2, "access": 2, "mention": [2, 38], "platform": 2, "system": 2, "should": [3, 12, 14, 22, 37, 40, 45], "show": [3, 22, 37, 41, 43, 44, 48, 49, 56], "record": [3, 13, 14], "step": [3, 12, 14, 22], "initi": 3, "desir": [3, 22, 37, 40, 45], "The": [3, 12, 14, 22, 37], "requir": [3, 56], "data": [3, 12, 13, 40, 45, 46, 56], "each": [3, 38, 40, 41, 45], "call": [3, 25, 31, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52], "final": 3, "when": 3, "all": [3, 56], "finish": 3, "recorderreset": [3, 12], "reset": [3, 12, 14], "structur": [3, 12, 14, 22, 37], "wai": [3, 12, 14, 22, 37], "op": [3, 12, 14], "numberofstep": [3, 12], "100": [3, 12, 40, 45], "imagin": [3, 12], "number": [3, 12, 22, 37], "want": [3, 12, 40, 45], "prevent": [3, 12, 14], "ad": [3, 12, 14, 40, 45, 56], "new": [3, 12, 14, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52], "slide": [3, 12, 14], "previou": [3, 12, 14], "rang": [3, 12, 40, 45, 47], "analyz": [3, 12, 56], "1": [3, 12, 22, 31, 37, 40, 45], "0": [3, 12, 47], "01": [3, 12], "One": [3, 12], "analysi": [3, 12], "plotmod": [3, 22, 25, 31, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52], "3": [3, 22, 25, 31, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52], "dt": 3, "kwarg": [22, 37], "For": [3, 22, 37, 41, 51], "differ": [3, 22, 37, 41], "python": [3, 22, 37, 56], "editor": [3, 22, 37], "consid": [3, 22, 25, 37, 39, 40, 41, 45, 51, 56], "some": [3, 22, 37, 44], "set": [3, 22, 25, 37, 38], "figur": [3, 22, 37], "There": [3, 22, 37, 56], "mode": [3, 22, 37], "chang": [3, 12, 22, 37], "2": [3, 22, 31, 37, 51], "4": [3, 22, 37], "5": [3, 22, 37], "6": [3, 22, 37, 38], "determin": [3, 25, 31, 38, 39, 41, 42, 43, 44, 46, 48, 49, 50, 51, 52], "time": [3, 44, 56], "distanc": 3, "between": 3, "default": [3, 12, 13, 14, 25, 31, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52], "stand": [3, 22, 37], "other": [3, 22, 37, 38, 44, 51], "provid": [3, 22, 37], "exist": [3, 22, 37, 56], "describ": [3, 22, 37, 56], "scale_factor": [3, 22], "draw_wire_shadow": [3, 22], "draw_nod": [3, 22, 37], "show_nodes_tag": [3, 22, 37], "show_elemens_tag": [3, 22, 37], "onhover_messag": [3, 22, 37, 40, 45], "titl": [3, 22, 37], "fig_width": [3, 22, 37], "fig_height": [3, 22, 37], "elements_data_tag": [3, 22, 37], "elements_data": [3, 22, 37], "nodes_data_tag": [3, 22, 37], "nodes_data": [3, 22, 37], "image_typ": [3, 22, 37], "image_filenam": [3, 22, 37], "plot_legend": [3, 22, 37], "vertical_axi": [3, 22, 37], "show_constrain": [3, 22, 37], "not_show_retained_list": [3, 22, 37], "constrained_s": [3, 22, 37], "exactli": [4, 5, 6, 7, 8, 9, 10, 11, 15, 16, 17, 18, 19, 20, 23, 24, 26, 27, 28, 29, 30, 32, 33, 34, 35, 36], "similar": [4, 5, 6, 7, 8, 9, 10, 11, 15, 16, 17, 18, 19, 20, 23, 24, 26, 27, 28, 29, 30, 32, 33, 34, 35, 36], "what": [4, 5, 6, 7, 8, 9, 10, 11, 15, 16, 17, 18, 19, 20, 23, 24, 26, 27, 28, 29, 30, 32, 33, 34, 35, 36], "explain": [4, 5, 6, 7, 8, 9, 10, 11, 14, 15, 16, 17, 18, 19, 20, 23, 24, 26, 27, 28, 29, 30, 32, 33, 34, 35, 36, 56], "plotmodel": [4, 5, 7, 8, 9, 10, 11, 16, 17, 18, 19, 20, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52], "command": [4, 5, 6, 7, 8, 9, 10, 11, 13, 15, 16, 17, 18, 19, 20, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 56], "plotdefo": [6, 15, 31], "At": 22, "A": [25, 39, 41, 43, 44, 46, 48, 49, 50, 56], "boolean": [25, 39, 41, 43, 44, 46, 48, 49], "draw": [25, 39], "undeform": 25, "struct": 25, "shadow": 25, "By": [25, 38, 40, 45], "equal": [25, 38], "off": 25, "true": [25, 38, 39, 40, 41, 43, 44, 45, 46, 48, 49], "fals": [25, 39, 41, 43, 44, 46, 48, 49], "deformationllllllll": [25, 31], "scale": 31, "factor": 31, "deform": [31, 56], "10": 31, "quivers_s": 37, "plot_fib": 37, "plot_integration_point": 37, "caus": 38, "retain": 38, "constrain": 38, "node": [38, 39, 45, 46, 49], "connect": [38, 39], "enabl": 38, "size": [38, 47], "line": [38, 56], "costrain": 38, "list": [38, 40, 45], "tag": [38, 40, 45, 48, 49], "assign": 38, "won": 38, "t": 38, "brainerywizlllllllllcurr": [38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 51, 52], "event": [38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52], "our": [38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52], "absenc": [38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52], "comeback": [38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52], "do": 39, "attent": 39, "onli": 39, "affect": 39, "ha": [39, 56], "effect": 39, "free": 39, "connecto": 39, "alwai": 39, "drawn": 39, "These": [40, 45], "togeth": [40, 45], "hover": [40, 45, 46], "target": [40, 45], "enter": [40, 45], "correspond": [40, 44, 45], "text": [40, 45, 56], "from": [14, 40, 45], "101": [40, 45], "f": [40, 45], "my": [40, 45], "obviou": [40, 45], "activ": [40, 45, 46], "till": [40, 45], "help": [40, 44, 45], "investig": [40, 44], "valu": [40, 45, 47, 51], "check": [40, 45], "fiber": 41, "materi": 41, "color": 41, "take": 42, "prictur": 42, "click": [3, 42, 44], "camera": 42, "sign": 42, "up": [42, 44], "right": [42, 44], "corner": [42, 44], "imag": 42, "png": 42, "jpeg": 42, "svg": 42, "webp": 42, "name": [12, 42], "file": [14, 42], "branerywiz": 42, "newfil": 42, "integr": 43, "point": [43, 51], "legend": 44, "variou": 44, "abl": [44, 56], "turn": 44, "It": [44, 56], "crowd": 44, "detail": 44, "frame": 44, "elementsshel": 44, "elementsvolum": 44, "move": 46, "mous": 46, "watch": [3, 46], "arrow": 47, "section": 47, "local": 47, "axi": [47, 51], "none": 47, "002": 47, "around": 47, "But": 47, "strongli": 47, "depend": 47, "dimens": [47, 51, 52], "proper": 47, "quiver": 47, "mai": 47, "try": 47, "error": 47, "string": 50, "titlelllllllllcurr": 50, "relat": 51, "vertic": 51, "3rd": 51, "enet": 51, "case": 51, "1000": 52, "800": 52, "600": 52, "mainli": 56, "finit": 56, "softwar": 56, "tcl": 56, "version": 56, "languag": 56, "besid": 56, "femwiz": 56, "insid": 56, "part": 56, "get": 56, "descript": 56, "been": 56, "present": 56, "express": 56, "how": 56, "fem": 56, "wiz": 56, "environ": 56, "exampl": 56, "send": 56, "u": 56, "bug": 56, "encount": 56, "bijan": 56, "sayyafzadeh": 56, "becaus": 56, "opensourc": 56, "state": 56, "m": 56, "main": 56, "me": 56, "written": 56, "complet": 56, "respect": 56, "collect": 56, "monitor": 56, "exchang": 56, "person": 56, "inform": 56, "am": 56, "statement": 56, "valid": 56, "both": 56, "recorderfilenam": [3, 12, 14], "add": 12, "recod": [12, 14], "option": [12, 14], "brainrecord": [12, 13, 14], "txt": [12, 13, 14], "filenam": [12, 13, 14], "except": [12, 13, 14], "anoth": 12, "select": [12, 13], "plotanim": [12, 13], "constrainedfram": 3, "animationlllllllllplaypaus": 3, "paus": 3, "botton": 3, "plai": 3, "button": 3, "below": 3, "sampl": 3, "If": 14, "dein": 14, "Then": 14, "construct": 56, "anim": 56, "date": 56, "11": 56, "9": [], "2023": 56, "09": 56, "04": 56, "ref": [], "plotanimepi": [], "plotdefopi": []}, "objects": {}, "objtypes": {}, "objnames": {}, "titleterms": {"brainerywiz": [0, 1, 55, 56], "fem": 0, "version": [0, 1, 55], "document": [0, 1, 55, 56], "python": 1, "instal": 2, "plotanim": 3, "command": [3, 12, 14, 21, 22, 37, 53, 54], "plot": [3, 22, 37, 53, 54], "anim": [3, 21], "relat": 3, "option": [3, 4, 5, 6, 7, 8, 9, 10, 11, 13, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52], "show_constrain": [4, 23, 38], "not_show_retained_list": [4, 23, 38], "constrained_s": [4, 23, 38], "draw_nod": [5, 24, 39], "draw_wire_shadow": [6, 25], "elements_data_tag": [7, 26, 40], "elements_data": [7, 26, 40], "image_typ": [8, 27, 42], "image_filenam": [8, 27, 42], "plot_legend": [9, 28, 44], "nodes_data_tag": [10, 29, 45], "nodes_data": [10, 29, 45], "onhover_messag": [11, 30, 46], "record": 12, "recorderreset": 14, "scale_factor": [15, 31], "show_elemens_tag": [16, 32, 48], "show_nodes_tag": [17, 33, 49], "titl": [18, 34, 50], "vertical_axi": [19, 35, 51], "fig_width": [20, 36, 52], "fig_height": [20, 36, 52], "plotanimegif": 21, "creat": 21, "gif": 21, "format": 21, "plotdefo": 22, "deform": 22, "exampl": [25, 31, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52], "plotmodel": 37, "model": 37, "plot_fib": 41, "plot_integration_point": 43, "quivers_s": 47, "plotmodeshap": 53, "mode": 53, "shape": 53, "realtimeobj": 54, "each": 54, "desir": 54, "time": 54, "step": 54, "tcl": 55, "welcom": 56, "": 56, "program": 56, "ethic": 56, "respons": 56, "about": 56, "user": 56, "privaci": 56, "recorderfilenam": 13, "kwarg": 3}, "envversion": {"sphinx.domains.c": 2, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 8, "sphinx.domains.index": 1, "sphinx.domains.javascript": 2, "sphinx.domains.math": 2, "sphinx.domains.python": 3, "sphinx.domains.rst": 2, "sphinx.domains.std": 2, "sphinx": 57}, "alltitles": {"BraineryWiz FEM Version Documentation": [[0, "brainerywiz-fem-version-documentation"]], "BraineryWiz Python Version Documentation": [[1, "brainerywiz-python-version-documentation"]], "Installation": [[2, "installation"]], "show_constrained and not_show_retained_list and constrained_size Options": [[4, "show-constrained-and-not-show-retained-list-and-constrained-size-options"], [23, "show-constrained-and-not-show-retained-list-and-constrained-size-options"], [38, "show-constrained-and-not-show-retained-list-and-constrained-size-options"]], "draw_nodes Option": [[5, "draw-nodes-option"], [24, "draw-nodes-option"], [39, "draw-nodes-option"]], "draw_wire_shadow Option": [[6, "draw-wire-shadow-option"], [25, "draw-wire-shadow-option"]], "elements_data_tag and elements_data Options": [[7, "elements-data-tag-and-elements-data-options"], [26, "elements-data-tag-and-elements-data-options"], [40, "elements-data-tag-and-elements-data-options"]], "image_type and image_filename Options": [[8, "image-type-and-image-filename-options"], [27, "image-type-and-image-filename-options"], [42, "image-type-and-image-filename-options"]], "plot_legends Option": [[9, "plot-legends-option"], [28, "plot-legends-option"], [44, "plot-legends-option"]], "nodes_data_tag and nodes_data Options": [[10, "nodes-data-tag-and-nodes-data-options"], [29, "nodes-data-tag-and-nodes-data-options"], [45, "nodes-data-tag-and-nodes-data-options"]], "onhover_message Option": [[11, "onhover-message-option"], [30, "onhover-message-option"], [46, "onhover-message-option"]], "show_elemens_tag Option": [[16, "show-elemens-tag-option"], [32, "show-elemens-tag-option"], [48, "show-elemens-tag-option"]], "show_nodes_tag Option": [[17, "show-nodes-tag-option"], [33, "show-nodes-tag-option"], [49, "show-nodes-tag-option"]], "title Option": [[18, "title-option"], [34, "title-option"], [50, "title-option"]], "fig_width and fig_height Options": [[20, "fig-width-and-fig-height-options"], [36, "fig-width-and-fig-height-options"], [52, "fig-width-and-fig-height-options"]], "PlotAnimeGif command (Create Animation in gif format)": [[21, "plotanimegif-command-create-animation-in-gif-format"]], "PlotDefo Command (Plot Deformation)": [[22, "plotdefo-command-plot-deformation"]], "PlotDefo Command Options": [[22, null]], "Examples": [[25, "examples"], [31, "examples"], [39, "examples"]], "scale_factor Option": [[31, "scale-factor-option"], [15, "scale-factor-option"]], "vertical_axis Option": [[35, "vertical-axis-option"], [51, "vertical-axis-option"], [19, "vertical-axis-option"]], "PlotModel Command (Plot Model)": [[37, "plotmodel-command-plot-model"]], "PlotModel Command Options": [[37, null]], "Example": [[38, "example"], [40, "example"], [41, "example"], [42, "example"], [43, "example"], [44, "example"], [45, "example"], [46, "example"], [47, "example"], [48, "example"], [49, "example"], [50, "example"], [51, "example"], [52, "example"]], "plot_fibers Option": [[41, "plot-fibers-option"]], "plot_integration_points Option": [[43, "plot-integration-points-option"]], "quivers_size Option": [[47, "quivers-size-option"]], "PlotModeShape Command (Plot mode shape)": [[53, "plotmodeshape-command-plot-mode-shape"]], "RealTimeObj Command (Plot at Each desired Time Step)": [[54, "realtimeobj-command-plot-at-each-desired-time-step"]], "BraineryWiz TCL Version Documentation": [[55, "brainerywiz-tcl-version-documentation"]], "Record() Command": [[12, "record-command"]], "recorderfilename option": [[13, "recorderfilename-option"]], "PlotAnime Command (Plot Animation)": [[3, "plotanime-command-plot-animation"]], "PlotAnime command options": [[3, "plotanime-command-options"]], "PlotAnime **kwargs Options": [[3, null]], "PlotAnime Related Commands": [[3, null]], "RecorderReset() Command": [[14, "recorderreset-command"]], "Welcome to BraineryWiz\u2019s documentation!": [[56, "welcome-to-brainerywiz-s-documentation"]], "Programming Ethics : (Responsibility about Users Privacy)": [[56, null]]}, "indexentries": {}}) \ No newline at end of file +Search.setIndex({"docnames": ["FEM_Wiz/index", "Python_Version/index", "Python_Version/installation", "Python_Version/plotanime", "Python_Version/plotanime/RetainedConstrained", "Python_Version/plotanime/draw_nodes", "Python_Version/plotanime/drawwire", "Python_Version/plotanime/eledata", "Python_Version/plotanime/imagetypename", "Python_Version/plotanime/legends", "Python_Version/plotanime/nodedata", "Python_Version/plotanime/onhover", "Python_Version/plotanime/record", "Python_Version/plotanime/recorderfilename", "Python_Version/plotanime/recorderreset", "Python_Version/plotanime/scalefactor", "Python_Version/plotanime/show_elemens_tag", "Python_Version/plotanime/show_nodes_tag", "Python_Version/plotanime/title", "Python_Version/plotanime/verticalaxis", "Python_Version/plotanime/widthheight", "Python_Version/plotanimegif", "Python_Version/plotanimegif/RetainedConstrained", "Python_Version/plotanimegif/draw_nodes", "Python_Version/plotanimegif/drawwire", "Python_Version/plotanimegif/onhover", "Python_Version/plotanimegif/record", "Python_Version/plotanimegif/recorderfilename", "Python_Version/plotanimegif/recorderreset", "Python_Version/plotanimegif/scalefactor", "Python_Version/plotanimegif/show_elemens_tag", "Python_Version/plotanimegif/show_nodes_tag", "Python_Version/plotanimegif/title", "Python_Version/plotanimegif/verticalaxis", "Python_Version/plotanimegif/widthheight", "Python_Version/plotdefo", "Python_Version/plotdefo/RetainedConstrained", "Python_Version/plotdefo/draw_nodes", "Python_Version/plotdefo/drawwire", "Python_Version/plotdefo/eledata", "Python_Version/plotdefo/imagetypename", "Python_Version/plotdefo/legends", "Python_Version/plotdefo/nodedata", "Python_Version/plotdefo/onhover", "Python_Version/plotdefo/scalefactor", "Python_Version/plotdefo/show_elemens_tag", "Python_Version/plotdefo/show_nodes_tag", "Python_Version/plotdefo/title", "Python_Version/plotdefo/verticalaxis", "Python_Version/plotdefo/widthheight", "Python_Version/plotmodel", "Python_Version/plotmodel/RetainedConstrained", "Python_Version/plotmodel/draw_nodes", "Python_Version/plotmodel/eledata", "Python_Version/plotmodel/fibers", "Python_Version/plotmodel/imagetypename", "Python_Version/plotmodel/integratepoints", "Python_Version/plotmodel/legends", "Python_Version/plotmodel/nodedata", "Python_Version/plotmodel/onhover", "Python_Version/plotmodel/quiver", "Python_Version/plotmodel/show_elemens_tag", "Python_Version/plotmodel/show_nodes_tag", "Python_Version/plotmodel/title", "Python_Version/plotmodel/verticalaxis", "Python_Version/plotmodel/widthheight", "Python_Version/plotmodeshape", "Python_Version/realtime", "TCL_Version/index", "index"], "filenames": ["FEM_Wiz\\index.rst", "Python_Version\\index.rst", "Python_Version\\installation.rst", "Python_Version\\plotanime.rst", "Python_Version\\plotanime\\RetainedConstrained.rst", "Python_Version\\plotanime\\draw_nodes.rst", "Python_Version\\plotanime\\drawwire.rst", "Python_Version\\plotanime\\eledata.rst", "Python_Version\\plotanime\\imagetypename.rst", "Python_Version\\plotanime\\legends.rst", "Python_Version\\plotanime\\nodedata.rst", "Python_Version\\plotanime\\onhover.rst", "Python_Version\\plotanime\\record.rst", "Python_Version\\plotanime\\recorderfilename.rst", "Python_Version\\plotanime\\recorderreset.rst", "Python_Version\\plotanime\\scalefactor.rst", "Python_Version\\plotanime\\show_elemens_tag.rst", "Python_Version\\plotanime\\show_nodes_tag.rst", "Python_Version\\plotanime\\title.rst", "Python_Version\\plotanime\\verticalaxis.rst", "Python_Version\\plotanime\\widthheight.rst", "Python_Version\\plotanimegif.rst", "Python_Version\\plotanimegif\\RetainedConstrained.rst", "Python_Version\\plotanimegif\\draw_nodes.rst", "Python_Version\\plotanimegif\\drawwire.rst", "Python_Version\\plotanimegif\\onhover.rst", "Python_Version\\plotanimegif\\record.rst", "Python_Version\\plotanimegif\\recorderfilename.rst", "Python_Version\\plotanimegif\\recorderreset.rst", "Python_Version\\plotanimegif\\scalefactor.rst", "Python_Version\\plotanimegif\\show_elemens_tag.rst", "Python_Version\\plotanimegif\\show_nodes_tag.rst", "Python_Version\\plotanimegif\\title.rst", "Python_Version\\plotanimegif\\verticalaxis.rst", "Python_Version\\plotanimegif\\widthheight.rst", "Python_Version\\plotdefo.rst", "Python_Version\\plotdefo\\RetainedConstrained.rst", "Python_Version\\plotdefo\\draw_nodes.rst", "Python_Version\\plotdefo\\drawwire.rst", "Python_Version\\plotdefo\\eledata.rst", "Python_Version\\plotdefo\\imagetypename.rst", "Python_Version\\plotdefo\\legends.rst", "Python_Version\\plotdefo\\nodedata.rst", "Python_Version\\plotdefo\\onhover.rst", "Python_Version\\plotdefo\\scalefactor.rst", "Python_Version\\plotdefo\\show_elemens_tag.rst", "Python_Version\\plotdefo\\show_nodes_tag.rst", "Python_Version\\plotdefo\\title.rst", "Python_Version\\plotdefo\\verticalaxis.rst", "Python_Version\\plotdefo\\widthheight.rst", "Python_Version\\plotmodel.rst", "Python_Version\\plotmodel\\RetainedConstrained.rst", "Python_Version\\plotmodel\\draw_nodes.rst", "Python_Version\\plotmodel\\eledata.rst", "Python_Version\\plotmodel\\fibers.rst", "Python_Version\\plotmodel\\imagetypename.rst", "Python_Version\\plotmodel\\integratepoints.rst", "Python_Version\\plotmodel\\legends.rst", "Python_Version\\plotmodel\\nodedata.rst", "Python_Version\\plotmodel\\onhover.rst", "Python_Version\\plotmodel\\quiver.rst", "Python_Version\\plotmodel\\show_elemens_tag.rst", "Python_Version\\plotmodel\\show_nodes_tag.rst", "Python_Version\\plotmodel\\title.rst", "Python_Version\\plotmodel\\verticalaxis.rst", "Python_Version\\plotmodel\\widthheight.rst", "Python_Version\\plotmodeshape.rst", "Python_Version\\realtime.rst", "TCL_Version\\index.rst", "index.rst"], "titles": ["BraineryWiz FEM Version Documentation", "BraineryWiz Python Version Documentation", "Installation", "PlotAnime Command (Plot Animation)", "show_constrained and not_show_retained_list and constrained_size Options", "draw_nodes Option", "draw_wire_shadow Option", "elements_data_tag and elements_data Options", "image_type and image_filename Options", "plot_legends Option", "nodes_data_tag and nodes_data Options", "onhover_message Option", "Record() Command", "recorderfilename option", "RecorderReset() Command", "scale_factor Option", "show_elemens_tag Option", "show_nodes_tag Option", "title Option", "vertical_axis Option", "fig_width and fig_height Options", "PlotAnimeGif command (Create Animation in gif format)", "show_constrained and not_show_retained_list and constrained_size Options", "draw_nodes Option", "draw_wire_shadow Option", "onhover_message Option", "Record() Command", "recorderfilename option", "RecorderReset() Command", "scale_factor Option", "show_elemens_tag Option", "show_nodes_tag Option", "title Option", "vertical_axis Option", "fig_width and fig_height Options", "PlotDefo Command (Plot Deformation)", "show_constrained and not_show_retained_list and constrained_size Options", "draw_nodes Option", "draw_wire_shadow Option", "elements_data_tag and elements_data Options", "image_type and image_filename Options", "plot_legends Option", "nodes_data_tag and nodes_data Options", "onhover_message Option", "scale_factor Option", "show_elemens_tag Option", "show_nodes_tag Option", "title Option", "vertical_axis Option", "fig_width and fig_height Options", "PlotModel Command (Plot Model)", "show_constrained and not_show_retained_list and constrained_size Options", "draw_nodes Option", "elements_data_tag and elements_data Options", "plot_fibers Option", "image_type and image_filename Options", "plot_integration_points Option", "plot_legends Option", "nodes_data_tag and nodes_data Options", "onhover_message Option", "quivers_size Option", "show_elemens_tag Option", "show_nodes_tag Option", "title Option", "vertical_axis Option", "fig_width and fig_height Options", "PlotModeShape Command (Plot mode shape)", "RealTimeObj Command (Plot at Each desired Time Step)", "BraineryWiz TCL Version Documentation", "Welcome to BraineryWiz\u2019s documentation!"], "terms": {"i": [1, 3, 12, 14, 21, 35, 50, 53, 58, 60, 69], "packag": [1, 69], "plot": [1, 13, 21, 51, 52, 53, 55, 57, 58, 59, 63, 65, 69], "opense": [1, 3, 12, 14, 21, 38, 44, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 69], "model": [1, 3, 12, 14, 21, 35, 38, 44, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 69], "basic": 1, "independ": 1, "element": [1, 3, 52, 53, 57, 58, 59, 60, 61, 69], "In": [1, 3, 21, 35, 50, 53, 58, 69], "thi": [1, 3, 12, 13, 14, 21, 35, 38, 50, 52, 53, 58, 59, 60, 64, 69], "you": [1, 69], "find": [1, 60], "out": 1, "method": 1, "instal": [1, 69], "usag": 1, "openseespi": [1, 3, 12, 14, 21], "ar": [1, 3, 12, 21, 35, 50, 51, 52, 57], "creat": [1, 3, 12, 14, 38, 44, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 69], "envoron": 1, "us": [1, 2, 3, 12, 13, 14, 21, 35, 50, 51, 53, 55, 58, 60, 64, 65, 69], "an": [1, 3, 21, 69], "approach": 1, "doe": [1, 2, 3, 35, 50], "need": [1, 3, 35, 50, 60, 69], "know": [1, 12], "type": [1, 55], "them": [1, 12, 51, 69], "so": 1, "make": [1, 2], "more": [1, 69], "power": 1, "ani": [1, 52, 53, 58, 69], "without": [1, 52], "defin": [1, 12, 13, 14, 51, 53, 58, 60, 64], "also": [1, 2, 12, 21, 69], "gpu": 1, "fluent": 1, "faster": 1, "under": [1, 69], "develop": [1, 69], "user": [1, 3, 12, 14, 21, 35, 50, 51, 53, 55, 57, 58, 60, 64], "can": [1, 2, 3, 12, 13, 21, 35, 50, 53, 55, 58, 60, 64, 65, 69], "latest": [1, 69], "updat": [1, 69], "featur": [1, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65], "brainerywiz": [2, 3, 12, 14, 21, 38, 44, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65], "pip": 2, "shown": [2, 3, 51, 53, 58], "follow": [2, 3, 21, 35, 50], "after": [2, 59], "import": [2, 3, 12, 14, 21, 38, 44, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65], "librari": 2, "your": [2, 3, 35, 50], "code": [2, 3, 12, 14, 21, 69], "bz": [2, 3, 12, 14, 21, 38, 44, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65], "current": [2, 12, 21, 35, 60, 69], "work": 2, "anaconda": 2, "linux": 2, "sorri": [2, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65], "fo": 2, "soon": [2, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65], "we": [2, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65], "solv": 2, "problem": 2, "access": 2, "mention": [2, 51], "platform": 2, "system": 2, "should": [3, 12, 14, 35, 50, 53, 58], "show": [3, 21, 35, 50, 54, 56, 57, 61, 62, 69], "record": [3, 13, 14, 21], "step": [3, 12, 14, 21, 35], "initi": 3, "desir": [3, 21, 35, 50, 53, 58], "The": [3, 12, 14, 21, 35, 50], "requir": [3, 69], "data": [3, 12, 13, 53, 58, 59, 69], "each": [3, 21, 51, 53, 54, 58], "call": [3, 38, 44, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65], "final": 3, "when": 3, "all": [3, 21, 69], "finish": 3, "recorderreset": [3, 12, 21], "reset": [3, 12, 14, 21], "structur": [3, 12, 14, 21, 35, 50], "wai": [3, 12, 14, 21, 35, 50], "op": [3, 12, 14, 21], "numberofstep": [3, 12, 21], "100": [3, 12, 21, 53, 58], "imagin": [3, 12, 21], "number": [3, 12, 21, 35, 50], "want": [3, 12, 21, 53, 58], "prevent": [3, 12, 14, 21], "ad": [3, 12, 14, 21, 53, 58, 69], "new": [3, 12, 14, 21, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65], "slide": [3, 12, 14, 21], "previou": [3, 12, 14, 21], "rang": [3, 12, 21, 53, 58, 60], "analyz": [3, 12, 21, 69], "1": [3, 12, 21, 35, 44, 50, 53, 58], "0": [3, 12, 21, 60], "01": [3, 12, 21], "One": [3, 12, 21], "analysi": [3, 12, 21], "plotmod": [3, 35, 38, 44, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65], "3": [3, 35, 38, 44, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65], "dt": 3, "kwarg": [35, 50], "For": [3, 35, 50, 54, 64], "differ": [3, 35, 50, 54], "python": [3, 35, 50, 69], "editor": [3, 35, 50], "consid": [3, 35, 38, 50, 52, 53, 54, 58, 64, 69], "some": [3, 35, 50, 57], "set": [3, 35, 38, 50, 51], "figur": [3, 35, 50], "There": [3, 35, 50, 69], "mode": [3, 35, 50], "chang": [3, 12, 21, 35, 50], "2": [3, 35, 44, 50, 64], "4": [3, 35, 50], "5": [3, 35, 50], "6": [3, 35, 50, 51], "determin": [3, 38, 44, 51, 52, 54, 55, 56, 57, 59, 61, 62, 63, 64, 65], "time": [3, 21, 57, 69], "distanc": 3, "between": 3, "default": [3, 12, 13, 14, 38, 44, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65], "stand": [3, 21, 35, 50], "other": [3, 21, 35, 50, 51, 57, 64], "provid": [3, 21, 35, 50], "exist": [3, 21, 35, 50, 69], "describ": [3, 21, 35, 50, 69], "scale_factor": [3, 21, 35], "draw_wire_shadow": [3, 21, 35], "draw_nod": [3, 21, 35, 50], "show_nodes_tag": [3, 21, 35, 50], "show_elemens_tag": [3, 21, 35, 50], "onhover_messag": [3, 21, 35, 50, 53, 58], "titl": [3, 21, 35, 50], "fig_width": [3, 21, 35, 50], "fig_height": [3, 21, 35, 50], "elements_data_tag": [3, 35, 50], "elements_data": [3, 35, 50], "nodes_data_tag": [3, 35, 50], "nodes_data": [3, 35, 50], "image_typ": [3, 35, 50], "image_filenam": [3, 35, 50], "plot_legend": [3, 35, 50], "vertical_axi": [3, 21, 35, 50], "show_constrain": [3, 21, 35, 50], "not_show_retained_list": [3, 21, 35, 50], "constrained_s": [3, 21, 35, 50], "exactli": [4, 5, 6, 7, 8, 9, 10, 11, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 36, 37, 39, 40, 41, 42, 43, 45, 46, 47, 48, 49], "similar": [4, 5, 6, 7, 8, 9, 10, 11, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 36, 37, 39, 40, 41, 42, 43, 45, 46, 47, 48, 49], "what": [4, 5, 6, 7, 8, 9, 10, 11, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 36, 37, 39, 40, 41, 42, 43, 45, 46, 47, 48, 49], "explain": [4, 5, 6, 7, 8, 9, 10, 11, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 36, 37, 39, 40, 41, 42, 43, 45, 46, 47, 48, 49, 69], "plotmodel": [4, 5, 7, 8, 9, 10, 11, 16, 17, 18, 19, 20, 22, 23, 25, 30, 31, 32, 33, 34, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65], "command": [4, 5, 6, 7, 8, 9, 10, 11, 13, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 27, 29, 30, 31, 32, 33, 34, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 69], "plotdefo": [6, 15, 24, 29, 44], "At": 35, "A": [38, 52, 54, 56, 57, 59, 61, 62, 63, 69], "boolean": [38, 52, 54, 56, 57, 59, 61, 62], "draw": [38, 52], "undeform": 38, "struct": 38, "shadow": 38, "By": [38, 51, 53, 58], "equal": [38, 51], "off": 38, "true": [38, 51, 52, 53, 54, 56, 57, 58, 59, 61, 62], "fals": [38, 52, 54, 56, 57, 59, 61, 62], "deformationllllllll": [38, 44], "scale": 44, "factor": 44, "deform": [44, 69], "10": [44, 69], "quivers_s": 50, "plot_fib": 50, "plot_integration_point": 50, "caus": 51, "retain": 51, "constrain": 51, "node": [51, 52, 58, 59, 62], "connect": [51, 52], "enabl": 51, "size": [51, 60], "line": [51, 69], "costrain": 51, "list": [51, 53, 58], "tag": [51, 53, 58, 61, 62], "assign": 51, "won": 51, "t": 51, "brainerywizlllllllllcurr": [51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 64, 65], "event": [51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65], "our": [51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65], "absenc": [51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65], "comeback": [51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65], "do": 52, "attent": [21, 52], "onli": 52, "affect": 52, "ha": [52, 69], "effect": 52, "free": 52, "connecto": 52, "alwai": 52, "drawn": 52, "These": [53, 58], "togeth": [53, 58], "hover": [53, 58, 59], "target": [53, 58], "enter": [53, 58], "correspond": [53, 57, 58], "text": [53, 58, 69], "from": [14, 21, 53, 58], "101": [53, 58], "f": [53, 58], "my": [53, 58], "obviou": [53, 58], "activ": [53, 58, 59], "till": [53, 58], "help": [53, 57, 58], "investig": [53, 57], "valu": [53, 58, 60, 64], "check": [53, 58], "fiber": 54, "materi": 54, "color": 54, "take": [21, 55], "prictur": 55, "click": [3, 21, 55, 57], "camera": 55, "sign": 55, "up": [55, 57], "right": [55, 57], "corner": [55, 57], "imag": 55, "png": 55, "jpeg": 55, "svg": 55, "webp": 55, "name": [12, 55], "file": [14, 21, 55], "branerywiz": 55, "newfil": 55, "integr": 56, "point": [56, 64], "legend": 57, "variou": 57, "abl": [57, 69], "turn": 57, "It": [21, 57, 69], "crowd": 57, "detail": 57, "frame": 57, "elementsshel": 57, "elementsvolum": 57, "move": 59, "mous": 59, "watch": [3, 59], "arrow": 60, "section": 60, "local": 60, "axi": [60, 64], "none": 60, "002": 60, "around": 60, "But": 60, "strongli": 60, "depend": 60, "dimens": [60, 64, 65], "proper": 60, "quiver": 60, "mai": 60, "try": 60, "error": 60, "string": 63, "titlelllllllllcurr": 63, "relat": 64, "vertic": 64, "3rd": 64, "enet": 64, "case": 64, "1000": 65, "800": 65, "600": 65, "mainli": 69, "finit": 69, "softwar": 69, "tcl": 69, "version": 69, "languag": 69, "besid": 69, "femwiz": 69, "insid": 69, "part": 69, "get": 69, "descript": 69, "been": 69, "present": 69, "express": 69, "how": 69, "fem": 69, "wiz": 69, "environ": 69, "exampl": 69, "send": 69, "u": 69, "bug": 69, "encount": 69, "bijan": 69, "sayyafzadeh": 69, "becaus": 69, "opensourc": 69, "state": 69, "m": 69, "main": 69, "me": 69, "written": 69, "complet": [21, 69], "respect": 69, "collect": 69, "monitor": 69, "exchang": 69, "person": 69, "inform": 69, "am": 69, "statement": 69, "valid": 69, "both": 69, "recorderfilenam": [3, 12, 14, 21], "add": [12, 21], "recod": [12, 14], "option": [12, 14], "brainrecord": [12, 13, 14], "txt": [12, 13, 14], "filenam": [12, 13, 14], "except": [12, 13, 14], "anoth": 12, "select": [12, 13], "plotanim": [12, 13, 21], "constrainedfram": 3, "animationlllllllllplaypaus": 3, "paus": 3, "botton": 3, "plai": 3, "button": 3, "below": 3, "sampl": [3, 21], "If": 14, "dein": 14, "Then": 14, "construct": 69, "anim": 69, "date": 69, "11": 69, "9": [], "2023": 69, "09": 69, "04": [], "ref": [], "plotanimepi": [], "plotdefopi": [], "plotanimerecordpi": [], "recordreset": [3, 21], "plotanimerecorderrestpi": [], "compat": 21, "just": 21, "instead": 21, "To": 21, "previous": 21, "rememb": 21, "delet": 21, "here": 21, "downlad": 21, "ploteanim": [26, 27, 28], "remeb": 21, "gener": 21, "usual": 21, "long": 21, "animegif": 69, "02": 69}, "objects": {}, "objtypes": {}, "objnames": {}, "titleterms": {"brainerywiz": [0, 1, 68, 69], "fem": 0, "version": [0, 1, 68], "document": [0, 1, 68, 69], "python": 1, "instal": 2, "plotanim": 3, "command": [3, 12, 14, 21, 26, 28, 35, 50, 66, 67], "plot": [3, 35, 50, 66, 67], "anim": [3, 21], "relat": [3, 21], "option": [3, 4, 5, 6, 7, 8, 9, 10, 11, 13, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 27, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65], "show_constrain": [4, 22, 36, 51], "not_show_retained_list": [4, 22, 36, 51], "constrained_s": [4, 22, 36, 51], "draw_nod": [5, 23, 37, 52], "draw_wire_shadow": [6, 24, 38], "elements_data_tag": [7, 39, 53], "elements_data": [7, 39, 53], "image_typ": [8, 40, 55], "image_filenam": [8, 40, 55], "plot_legend": [9, 41, 57], "nodes_data_tag": [10, 42, 58], "nodes_data": [10, 42, 58], "onhover_messag": [11, 25, 43, 59], "record": [12, 26], "recorderreset": [14, 28], "scale_factor": [15, 29, 44], "show_elemens_tag": [16, 30, 45, 61], "show_nodes_tag": [17, 31, 46, 62], "titl": [18, 32, 47, 63], "vertical_axi": [19, 33, 48, 64], "fig_width": [20, 34, 49, 65], "fig_height": [20, 34, 49, 65], "plotanimegif": 21, "creat": 21, "gif": 21, "format": 21, "plotdefo": 35, "deform": 35, "exampl": [38, 44, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65], "plotmodel": 50, "model": 50, "plot_fib": 54, "plot_integration_point": 56, "quivers_s": 60, "plotmodeshap": 66, "mode": 66, "shape": 66, "realtimeobj": 67, "each": 67, "desir": 67, "time": 67, "step": 67, "tcl": 68, "welcom": 69, "": 69, "program": 69, "ethic": 69, "respons": 69, "about": 69, "user": 69, "privaci": 69, "recorderfilenam": [13, 27], "kwarg": [3, 21]}, "envversion": {"sphinx.domains.c": 2, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 8, "sphinx.domains.index": 1, "sphinx.domains.javascript": 2, "sphinx.domains.math": 2, "sphinx.domains.python": 3, "sphinx.domains.rst": 2, "sphinx.domains.std": 2, "sphinx": 57}, "alltitles": {"BraineryWiz FEM Version Documentation": [[0, "brainerywiz-fem-version-documentation"]], "BraineryWiz Python Version Documentation": [[1, "brainerywiz-python-version-documentation"]], "Installation": [[2, "installation"]], "show_constrained and not_show_retained_list and constrained_size Options": [[4, "show-constrained-and-not-show-retained-list-and-constrained-size-options"], [36, "show-constrained-and-not-show-retained-list-and-constrained-size-options"], [51, "show-constrained-and-not-show-retained-list-and-constrained-size-options"], [22, "show-constrained-and-not-show-retained-list-and-constrained-size-options"]], "draw_nodes Option": [[5, "draw-nodes-option"], [37, "draw-nodes-option"], [52, "draw-nodes-option"], [23, "draw-nodes-option"]], "draw_wire_shadow Option": [[6, "draw-wire-shadow-option"], [38, "draw-wire-shadow-option"], [24, "draw-wire-shadow-option"]], "elements_data_tag and elements_data Options": [[7, "elements-data-tag-and-elements-data-options"], [39, "elements-data-tag-and-elements-data-options"], [53, "elements-data-tag-and-elements-data-options"]], "image_type and image_filename Options": [[8, "image-type-and-image-filename-options"], [40, "image-type-and-image-filename-options"], [55, "image-type-and-image-filename-options"]], "plot_legends Option": [[9, "plot-legends-option"], [41, "plot-legends-option"], [57, "plot-legends-option"]], "nodes_data_tag and nodes_data Options": [[10, "nodes-data-tag-and-nodes-data-options"], [42, "nodes-data-tag-and-nodes-data-options"], [58, "nodes-data-tag-and-nodes-data-options"]], "onhover_message Option": [[11, "onhover-message-option"], [43, "onhover-message-option"], [59, "onhover-message-option"], [25, "onhover-message-option"]], "show_elemens_tag Option": [[16, "show-elemens-tag-option"], [45, "show-elemens-tag-option"], [61, "show-elemens-tag-option"], [30, "show-elemens-tag-option"]], "show_nodes_tag Option": [[17, "show-nodes-tag-option"], [46, "show-nodes-tag-option"], [62, "show-nodes-tag-option"], [31, "show-nodes-tag-option"]], "title Option": [[18, "title-option"], [47, "title-option"], [63, "title-option"], [32, "title-option"]], "fig_width and fig_height Options": [[20, "fig-width-and-fig-height-options"], [49, "fig-width-and-fig-height-options"], [65, "fig-width-and-fig-height-options"], [34, "fig-width-and-fig-height-options"]], "PlotDefo Command (Plot Deformation)": [[35, "plotdefo-command-plot-deformation"]], "PlotDefo Command Options": [[35, null]], "Examples": [[38, "examples"], [44, "examples"], [52, "examples"]], "scale_factor Option": [[44, "scale-factor-option"], [15, "scale-factor-option"], [29, "scale-factor-option"]], "vertical_axis Option": [[48, "vertical-axis-option"], [64, "vertical-axis-option"], [19, "vertical-axis-option"], [33, "vertical-axis-option"]], "PlotModel Command (Plot Model)": [[50, "plotmodel-command-plot-model"]], "PlotModel Command Options": [[50, null]], "Example": [[51, "example"], [53, "example"], [54, "example"], [55, "example"], [56, "example"], [57, "example"], [58, "example"], [59, "example"], [60, "example"], [61, "example"], [62, "example"], [63, "example"], [64, "example"], [65, "example"]], "plot_fibers Option": [[54, "plot-fibers-option"]], "plot_integration_points Option": [[56, "plot-integration-points-option"]], "quivers_size Option": [[60, "quivers-size-option"]], "PlotModeShape Command (Plot mode shape)": [[66, "plotmodeshape-command-plot-mode-shape"]], "RealTimeObj Command (Plot at Each desired Time Step)": [[67, "realtimeobj-command-plot-at-each-desired-time-step"]], "BraineryWiz TCL Version Documentation": [[68, "brainerywiz-tcl-version-documentation"]], "Record() Command": [[12, "record-command"], [26, "record-command"]], "recorderfilename option": [[13, "recorderfilename-option"], [27, "recorderfilename-option"]], "RecorderReset() Command": [[14, "recorderreset-command"], [28, "recorderreset-command"]], "PlotAnime Command (Plot Animation)": [[3, "plotanime-command-plot-animation"]], "PlotAnime command options": [[3, "plotanime-command-options"]], "PlotAnime **kwargs Options": [[3, null]], "PlotAnime Related Commands": [[3, null]], "PlotAnimeGif command (Create Animation in gif format)": [[21, "plotanimegif-command-create-animation-in-gif-format"]], "PlotAnimeGif command options": [[21, "plotanimegif-command-options"]], "PlotAnimeGif **kwargs Options": [[21, null]], "PlotAnimeGif Related Commands": [[21, null]], "Welcome to BraineryWiz\u2019s documentation!": [[69, "welcome-to-brainerywiz-s-documentation"]], "Programming Ethics : (Responsibility about Users Privacy)": [[69, null]]}, "indexentries": {}}) \ No newline at end of file diff --git a/source/Python_Version/plotanime.rst b/source/Python_Version/plotanime.rst index 91fa23e..d72727c 100644 --- a/source/Python_Version/plotanime.rst +++ b/source/Python_Version/plotanime.rst @@ -3,7 +3,7 @@ PlotAnime Command (Plot Animation) ==================================================== -PlotAnime is the command that should be used to show **an animation*** of **recorded steps**. Users initially should record the desired steps using **Record()** command. The **Record()** command records the required data for creating animation and in each desired step user should call the **Record()** command. Finally, when all desired steps recording finished, by calling PlotAnime command, the animation of the plot will be shown. Using **RecorderReset()** command the recorded steps will be reset. The structure of the command is in this way: +PlotAnime is the command that should be used to show **an animation** of **recorded steps**. Users initially should record the desired steps using :ref:`Record() ` command. The :ref:`Record() ` command records the required data for creating animation and in each desired step user should call the :ref:`Record() ` command. Finally, when all desired steps recording finished, by calling PlotAnime command, the animation of the plot will be shown. Using :ref:`RecordReset() ` command the recorded steps will be reset. The structure of the command is in this way: .. code-block:: python diff --git a/source/Python_Version/plotanimegif.rst b/source/Python_Version/plotanimegif.rst index ebbc7b0..28ef499 100644 --- a/source/Python_Version/plotanimegif.rst +++ b/source/Python_Version/plotanimegif.rst @@ -3,3 +3,65 @@ PlotAnimeGif command (Create Animation in gif format) ====================================================== +The structure of this command is completely compatible with :ref:`PlotAnime ` command but this command creates a gif file from the recorded steps. Just use PlotAnimeGif instead of PlotAnime. To create an animation or gif of animation: + +* Using :ref:`Record() ` command record each step that are desired to animate. +* Using :ref:`PlotAnime ` or PlotAnimeGif create the animation. + +**Attention:** The :ref:`Record() ` command add the current analyzed step to all previously recorded steps. It is important to remember to use :ref:`RecordReset() ` command to reset the recorder and delete the recorded steps for a new animation. Also remeber that generating gif file usually **takes long time!** + +The structure of the command is in this way: + +.. code-block:: python + + import openseespy.opensees as ops + import BraineryWiz as bz + + #... + #codes of creating OpenSees model + #... + + numberOfSteps=100 #Imagine the number of steps that want to be recorded are 100 steps + + bz.RecorderReset() #Reset the recorder to prevent adding new steps (slides) to previous recorded slides + + for i in range(numberOfSteps): + + ops.analyze(1,0.01) #One step analysis + bz.Record() #Record the analyzed step + + + bz.PlotAnimeGif (**kwargs) #Show animation of the recorded steps + + +Click :download:`here ` to downlad the created gif file as a sample. + + +PlotAnimeGif command options +---------------------------- + +* `**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: PlotAnimeGif **kwargs Options + + plotanimegif/scalefactor + plotanimegif/drawwire + plotanimegif/draw_nodes + plotanimegif/show_nodes_tag + plotanimegif/show_elemens_tag + plotanimegif/onhover + plotanimegif/title + plotanimegif/widthheight + plotanimegif/verticalaxis + plotanimegif/RetainedConstrained + plotanimegif/recorderfilename + +.. toctree:: + :maxdepth: 1 + :caption: PlotAnimeGif Related Commands + + plotanimegif/recorderreset + plotanimegif/record \ No newline at end of file diff --git a/source/Python_Version/plotanimegif/RetainedConstrained.rst b/source/Python_Version/plotanimegif/RetainedConstrained.rst new file mode 100644 index 0000000..13723e8 --- /dev/null +++ b/source/Python_Version/plotanimegif/RetainedConstrained.rst @@ -0,0 +1,7 @@ +.. _plotanimegifretconspy: + +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/source/Python_Version/plotanimegif/draw_nodes.rst b/source/Python_Version/plotanimegif/draw_nodes.rst new file mode 100644 index 0000000..8e108a9 --- /dev/null +++ b/source/Python_Version/plotanimegif/draw_nodes.rst @@ -0,0 +1,7 @@ +.. _plotanimegifdrawnodespy: + +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/plotanimegif/drawwire.rst b/source/Python_Version/plotanimegif/drawwire.rst new file mode 100644 index 0000000..39cf3dc --- /dev/null +++ b/source/Python_Version/plotanimegif/drawwire.rst @@ -0,0 +1,6 @@ +.. _plotanimegifwirepy: + +draw_wire_shadow Option +==================================================== +Exactly similar to what explained on :ref:`draw_wire_shadow ` for PlotDefo command. + \ No newline at end of file diff --git a/source/Python_Version/plotanimegif/files/Anime.gif b/source/Python_Version/plotanimegif/files/Anime.gif new file mode 100644 index 0000000..0c99518 Binary files /dev/null and b/source/Python_Version/plotanimegif/files/Anime.gif differ diff --git a/source/Python_Version/plotanimegif/onhover.rst b/source/Python_Version/plotanimegif/onhover.rst new file mode 100644 index 0000000..b86447b --- /dev/null +++ b/source/Python_Version/plotanimegif/onhover.rst @@ -0,0 +1,7 @@ +.. _plotanimegifonhoverpy: + +onhover_message Option +==================================================== +Exactly similar to what explained on :ref:`onhover_message ` for PlotModel command. + + diff --git a/source/Python_Version/plotanimegif/record.rst b/source/Python_Version/plotanimegif/record.rst new file mode 100644 index 0000000..48b6d6f --- /dev/null +++ b/source/Python_Version/plotanimegif/record.rst @@ -0,0 +1,7 @@ +.. _plotanimegifrecordpy: + +Record() Command +==================================================== + +Exactly similar to what explained on :ref:`Record() ` command for PloteAnime command. + \ No newline at end of file diff --git a/source/Python_Version/plotanimegif/recorderfilename.rst b/source/Python_Version/plotanimegif/recorderfilename.rst new file mode 100644 index 0000000..6584c1f --- /dev/null +++ b/source/Python_Version/plotanimegif/recorderfilename.rst @@ -0,0 +1,7 @@ +.. _plotanimegifrecordfnamepy: + +recorderfilename option +==================================================== + +Exactly similar to what explained on :ref:`recorderfilename ` option for PloteAnime command. + \ No newline at end of file diff --git a/source/Python_Version/plotanimegif/recorderreset.rst b/source/Python_Version/plotanimegif/recorderreset.rst new file mode 100644 index 0000000..7487217 --- /dev/null +++ b/source/Python_Version/plotanimegif/recorderreset.rst @@ -0,0 +1,7 @@ +.. _plotanimegifrecorderrestpy: + +RecorderReset() Command +==================================================== + +Exactly similar to what explained on :ref:`RecorderReset() ` command for PloteAnime command. + \ No newline at end of file diff --git a/source/Python_Version/plotanimegif/scalefactor.rst b/source/Python_Version/plotanimegif/scalefactor.rst new file mode 100644 index 0000000..8cc16ab --- /dev/null +++ b/source/Python_Version/plotanimegif/scalefactor.rst @@ -0,0 +1,6 @@ +.. _plotanimegifcalefpy: + +scale_factor Option +==================================================== +Exactly similar to what explained on :ref:`scale_factor ` for PlotDefo command. + diff --git a/source/Python_Version/plotanimegif/show_elemens_tag.rst b/source/Python_Version/plotanimegif/show_elemens_tag.rst new file mode 100644 index 0000000..71c876c --- /dev/null +++ b/source/Python_Version/plotanimegif/show_elemens_tag.rst @@ -0,0 +1,6 @@ +.. _plotanimegifshowelementstagpy: + +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/plotanimegif/show_nodes_tag.rst b/source/Python_Version/plotanimegif/show_nodes_tag.rst new file mode 100644 index 0000000..eb27e90 --- /dev/null +++ b/source/Python_Version/plotanimegif/show_nodes_tag.rst @@ -0,0 +1,5 @@ +.. _plotanimegifshownodestagpy: + +show_nodes_tag Option +==================================================== +Exactly similar to what explained on :ref:`show_nodes_tag ` for PlotModel command. diff --git a/source/Python_Version/plotanimegif/title.rst b/source/Python_Version/plotanimegif/title.rst new file mode 100644 index 0000000..bd4ad29 --- /dev/null +++ b/source/Python_Version/plotanimegif/title.rst @@ -0,0 +1,7 @@ +.. _plotanimegiftitlepy: + +title Option +==================================================== +Exactly similar to what explained on :ref:`title ` for PlotModel command. + + diff --git a/source/Python_Version/plotanimegif/verticalaxis.rst b/source/Python_Version/plotanimegif/verticalaxis.rst new file mode 100644 index 0000000..5d17807 --- /dev/null +++ b/source/Python_Version/plotanimegif/verticalaxis.rst @@ -0,0 +1,7 @@ +.. _plotanimegifverticalpy: + +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/plotanimegif/widthheight.rst b/source/Python_Version/plotanimegif/widthheight.rst new file mode 100644 index 0000000..fc482fb --- /dev/null +++ b/source/Python_Version/plotanimegif/widthheight.rst @@ -0,0 +1,5 @@ +.. _plotanimegifwidthheightpy: + +fig_width and fig_height Options +==================================================== +Exactly similar to what explained on :ref:`fig_width and fig_height ` for PlotModel command. diff --git a/source/index.rst b/source/index.rst index 711602b..bef4a8f 100644 --- a/source/index.rst +++ b/source/index.rst @@ -23,10 +23,12 @@ Welcome to BraineryWiz's documentation! .. grid-item-card:: Latest Updates :columns: 12 + + :ref:`Plot AnimeGif ` for Python version added. Date: 11/10/2023 :ref:`Plot Animation ` for Python version added. Date: 11/09/2023 - :ref:`Plot Deformation ` for Python version added. Date: 04/09/2023 + :ref:`Plot Deformation ` for Python version added. Date: 11/02/2023 .. grid-item-card:: Python Version @@ -63,7 +65,7 @@ Send us any bug if you encounter with and also any requirement if you need to be .. admonition:: Programming Ethics : (Responsibility about Users Privacy) - **This is Bijan Sayyafzadeh, Because this package is not an opensource code, by this text I state that I'm the main developer and responsible of all code lines of this package and it is stated by me that the program has been written by completely respect to the users privacy and their data and their privacy and there is no collection, monitoring, and exchange of users personal information and data in this package and I am the main responsible of this ethical statement. This statement is valid for both Python and TCL and FEM versions for all the time.** + This is **Bijan Sayyafzadeh**, Because this package is not an opensource code, **by this text I state that I'm the main developer and responsible of all code lines of this package and it is stated by me that the program has been written by completely respect to the users privacy and their data and their privacy** and there is no collection, monitoring, and exchange of users personal information and data in this package and I am the main responsible of this ethical statement. This statement is valid for both Python and TCL and FEM versions for all the time. .. raw:: html