KmlNetworkLink#
- class ansys.stk.core.graphics.KmlNetworkLink#
Bases:
IKmlFeature
A KML network link.
Overview#
Refresh the network link. |
Get the uri of the network link. |
|
Get or set the refresh mode of the network link. The refresh mode specifies a time-based refresh policy for this link. |
|
Get or set the interval duration at which this network link will refresh, when refresh mode is set to on interval. |
|
Get or set the view refresh mode of the network link. The view refresh mode specifies the refresh policy for the when the cameraβs view changes. |
|
Get or set the duration after camera view movement stops that this network link will refresh, when view refresh mode is set to on stop. |
|
Get or set the value that scales the bounding box defining the view associated with this network link. A value less than 1.0 specifies to use less than the full view (screen). A value greater than 1β¦ |
|
Get the duration that is the minimum allowed time between refreshes of this network link. |
|
Get the cookie string associated with this network link. |
|
Get the message string associated with this network link. |
|
Get the link snippet associated with this network link. |
|
Get the string specifying the date/time this network should expire and be refreshed. |
Import detail#
from ansys.stk.core.graphics import KmlNetworkLink
Property detail#
- property KmlNetworkLink.refresh_mode: KmlNetworkLinkRefreshMode#
Get or set the refresh mode of the network link. The refresh mode specifies a time-based refresh policy for this link.
- property KmlNetworkLink.refresh_interval: float#
Get or set the interval duration at which this network link will refresh, when refresh mode is set to on interval.
- property KmlNetworkLink.view_refresh_mode: KmlNetworkLinkViewRefreshMode#
Get or set the view refresh mode of the network link. The view refresh mode specifies the refresh policy for the when the cameraβs view changes.
- property KmlNetworkLink.view_refresh_time: float#
Get or set the duration after camera view movement stops that this network link will refresh, when view refresh mode is set to on stop.
- property KmlNetworkLink.view_bound_scale: float#
Get or set the value that scales the bounding box defining the view associated with this network link. A value less than 1.0 specifies to use less than the full view (screen). A value greater than 1β¦