time_limits#

texture.time_limits(p0: float, p1: float) int#

Sets the starting and ending solution time for the currently selected texture. These values along with the current EnSight solution time and texture frame limits, select which animation frame to display for an animated texture. Note: if autoscaling is enabled, these values are ignored

Args:
p0:

‘start_time’ start and end times for the texture

p1:

‘end_time’ start and end times for the texture

Examples:
ensight.texture.select(0)
ensight.texture.time_limits(0.0,5.163)
Returns:

zero on success, non-zero on error