ProjectionStream#

class ansys.stk.core.graphics.ProjectionStream#

Bases: IProjection

A projection that is updated dynamically at the specified update delta. The class can be used to stream projection data to projection clients, like projected raster overlay…

Overview#

update

When overridden in a derived class, updates the projection data associated with the projection stream at the specified time. When the Update method is called, the projection stream contains the current projection data…

update_delta

Get or set the update delta of the projection stream in seconds. The update delta defines the interval at which the Update method will be called…

Import detail#

from ansys.stk.core.graphics import ProjectionStream

Property detail#

property ProjectionStream.update_delta: float#

Get or set the update delta of the projection stream in seconds. The update delta defines the interval at which the Update method will be called…

Method detail#

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

When overridden in a derived class, updates the projection data associated with the projection stream at the specified time. When the Update method is called, the projection stream contains the current projection data…

Parameters:

time : Date

next_time : Date

Returns:

bool