GlobeOverlaySettings#

class ansys.stk.core.graphics.GlobeOverlaySettings#

Settings used by globe overlay objects. These setting affect all scenes.

Overview#

terrain_cache_size

Get or set the size of the terrain cache in megabytes. It is not recommended to go above 128 megabytes. Large cache sizes can slow down rendering since so much imagery will be rendered.

imagery_cache_size

Get or set the size of the imagery cache in megabytes. It is not recommended to go above 128 megabytes. Large cache sizes can slow down rendering since so much imagery will be rendered.

preload_terrain_and_imagery

Get or set whether terrain and imagery are preloaded. When set to true, terrain and imagery are preloaded to get the best visual quality; when set to false, they are not preloaded…

Import detail#

from ansys.stk.core.graphics import GlobeOverlaySettings

Property detail#

property GlobeOverlaySettings.terrain_cache_size: int#

Get or set the size of the terrain cache in megabytes. It is not recommended to go above 128 megabytes. Large cache sizes can slow down rendering since so much imagery will be rendered.

property GlobeOverlaySettings.imagery_cache_size: int#

Get or set the size of the imagery cache in megabytes. It is not recommended to go above 128 megabytes. Large cache sizes can slow down rendering since so much imagery will be rendered.

property GlobeOverlaySettings.preload_terrain_and_imagery: bool#

Get or set whether terrain and imagery are preloaded. When set to true, terrain and imagery are preloaded to get the best visual quality; when set to false, they are not preloaded…