IRasterStream#

class ansys.stk.core.graphics.IRasterStream#

A raster, the data of which, is updated dynamically at the specified update delta. The class can be used to stream video and other dynamic raster data to textures and other raster clients…

Overview#

update

When overridden in a derived class, updates the raster data associated with the raster stream at the specified time…

update_delta

Get or set the update delta of the raster stream in seconds. The update delta defines the interval at which the Update method will be called. The default update delta is 0, which will call the Update method every time the scene manager time changes…

Import detail#

from ansys.stk.core.graphics import IRasterStream

Property detail#

property IRasterStream.update_delta: float#

Get or set the update delta of the raster stream in seconds. The update delta defines the interval at which the Update method will be called. The default update delta is 0, which will call the Update method every time the scene manager time changes…

Method detail#

IRasterStream.update(self, time: Date, next_time: Date) bool#

When overridden in a derived class, updates the raster data associated with the raster stream at the specified time…

Parameters:

time : Date

next_time : Date

Returns:

bool