frame_limits#

texture.frame_limits(p0: int, p1: int) int#

Sets the starting and ending frame numbers for the currently selected texture. These values along with the current EnSight solution time and texture time limits, select which animation frame to display for an animated texture.

Args:
p0:

‘start_frame’ start and end frames for the texture

p1:

‘end_frame’ start and end frames for the texture

Examples:
ensight.texture.select(0)
ensight.texture.frame_limits(0,24)
Returns:

zero on success, non-zero on error