RenderingEventArgs#

class ansys.stk.core.graphics.RenderingEventArgs#

The event is raised when the scene is rendered.

Overview#

time

The time of the rendering event.

time_in_ep_secs

The time of the rendering event (in STK’s scenario epoch units).

Import detail#

from ansys.stk.core.graphics import RenderingEventArgs

Property detail#

property RenderingEventArgs.time: Date#

The time of the rendering event.

property RenderingEventArgs.time_in_ep_secs: float#

The time of the rendering event (in STK’s scenario epoch units).