Timestep control TimeAnimation #810
Unanswered
cyweco
asked this question in
Trame/ParaView
Replies: 3 comments 1 reply
-
Is the question on how to make a slider or how to control time in ParaView from Python? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Ok now that I've read your code, I can see you removed the slider that was driving the time. If you put it back into your UI, you should be able to drive the time interactively since you still have the code that will update ParaView time. |
Beta Was this translation helpful? Give feedback.
1 reply
-
If you need professional support don't hesitate to reach out to Kitware. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi guys,
For my CFD post processing, I'm trying to build a animation visualisation app for my simulations which also shows the motion and loading graphs.
I got a webpage running according to the examples (trame/examples/07_paraview) as well as loading the free surface files (copy pasted a pvpython macro, see figure). However, the page does not give me any control over the timeline of the animation. I am trying to follow the trame examples from trame/examples/07_paraview/TimeAnimation/app.py but running that app does not show any data (let alone time control).
I was wondering if there are any other examples or documentation where I can figure out how to implement this.
Here is the app script if there are any other tips:
Beta Was this translation helpful? Give feedback.
All reactions