Skip to content

Commit

Permalink
Update Get_Rendering.py
Browse files Browse the repository at this point in the history
  • Loading branch information
u-anurag committed Jul 8, 2020
1 parent 222a428 commit 7a487b8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions openseespy-pip/openseespy/postprocessing/Get_Rendering.py
Original file line number Diff line number Diff line change
Expand Up @@ -784,10 +784,10 @@ def animate_deformedshape( Model = 'none', LoadCase = 'none', dt = 0, tStart = 0
The time step between frames in the input file. The input file should
have approximately the same number of time between each step or the
animation will appear to speed up or slow down.
tStart: float, optional
tStart: float, optional
The start time for animation. It can be approximate value and the program
will find the closest matching time step.
tEnd: float, optional
tEnd: float, optional
The end time for animation. It can be approximate value and the program
will find the closest matching time step.
NodeFileName : Str
Expand All @@ -805,7 +805,7 @@ def animate_deformedshape( Model = 'none', LoadCase = 'none', dt = 0, tStart = 0
DESCRIPTION. The default is 1.
timeScale : TYPE, optional
DESCRIPTION. The default is 1.
Movie : str, optional (PLACEHOLDER)
Movie : str, optional (PLACEHOLDER)
Name of the movie file if the user wants to save the animation as .mp4 file.
This is a PLACEHOLDER for now until Matplotlib's compatibility with
ffmpeg writer is figured out.
Expand Down

0 comments on commit 7a487b8

Please sign in to comment.