KmlNetworkLinkViewRefreshMode#

class ansys.stk.core.graphics.KmlNetworkLinkViewRefreshMode#

IntEnum

Overview#

NEVER

Do not refresh the network link when the camera’s view changes.

ON_REQUEST

Only refresh the network link when it is explicitly refreshed by calling the refresh method.

ON_STOP

Refresh the network link after camera view movement stops for the duration specified by view refresh time.

ON_REGION

Refresh the network link when the region associated with this link becomes active.

Import detail#

from ansys.stk.core.graphics import KmlNetworkLinkViewRefreshMode