SceneGlobeOverlaySettings#

class ansys.stk.core.graphics.SceneGlobeOverlaySettings#

Settings used by globe overlay objects. These settings only affect the scene.

Overview#

anti_alias_imagery

Get or set a value indicating whether or not imagery is anti-aliased.

terrain_mesh_pixel_error

Get or set the pixel error for terrain meshes. This is the number of pixels that the rendered terrain is different from the actual terrain data. The default is 2.0 pixels.

imagery_pixel_error

Get or set the pixel error for imagery. This is the number of pixels that the rendered imagery is different from the actual imagery data. The default is 1.0 pixel.

projected_raster_model_projection

Get or set whether projected raster globe overlays will also project onto models.

Import detail#

from ansys.stk.core.graphics import SceneGlobeOverlaySettings

Property detail#

property SceneGlobeOverlaySettings.anti_alias_imagery: bool#

Get or set a value indicating whether or not imagery is anti-aliased.

property SceneGlobeOverlaySettings.terrain_mesh_pixel_error: float#

Get or set the pixel error for terrain meshes. This is the number of pixels that the rendered terrain is different from the actual terrain data. The default is 2.0 pixels.

property SceneGlobeOverlaySettings.imagery_pixel_error: float#

Get or set the pixel error for imagery. This is the number of pixels that the rendered imagery is different from the actual imagery data. The default is 1.0 pixel.

property SceneGlobeOverlaySettings.projected_raster_model_projection: bool#

Get or set whether projected raster globe overlays will also project onto models.