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#
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⦠|
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#
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: