delta_time#
- anim_traces.delta_time(p0: float) int #
Specify how fast (the speed) the animated traces move for the selected particle trace part(s).
This parameter is not applicable when using “anim_traces: sync_to_transient ON”, and displaying transient data through flipbook or keyframe animation.- Args:
- p0:
‘time_value’ the time that the traces are incremented by between display frames
- Examples:
# # Select the particle trace part(s) to animate # ensight.part.select_begin(2) # # Toggle off the visibility of the selected particle trace part(s), and # animate them. # ensight.part.modify_begin() ensight.part.visible("OFF") ensight.ptrace.animate("ON") ensight.part.modify_end() # # Specify a delta time # ensight.anim_traces.delta_time(1.0000e-05)
- Returns:
zero on success, non-zero on error