Hi all,

From a simulation in Paraview Python (V.4.3.1), I need to extract the displacement from a specific time. What I have tried (without success) to set the time I want is to use the following commands in my pvython script:

animationScene1.AnimationTime = 200.0

Also tried,

animationScene1.PlayMode = 'Sequence'

# Properties modified on animationScene1
animationScene1.LockStartTime = 0

animationScene1.Play()

animationScene1.LockEndTime = 200
animationScene1.UpdateAnimationUsingDataTimeSteps()

Is there another way in which I can set a specific time here?

Thanks a lot!

Juan

_______________________________________________
Powered by www.kitware.com

ParaView discussion is moving! Please visit https://discourse.paraview.org/ for 
future posts.

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Search the list archives at: http://markmail.org/search/?q=ParaView

Follow this link to subscribe/unsubscribe:
https://public.kitware.com/mailman/listinfo/paraview

Reply via email to