ITerrainOverlay#

class ansys.stk.core.graphics.ITerrainOverlay#

A globe overlay which shows terrain.

Overview#

altitude_offset

Get or set the value from which to offset the terrain height.

altitude_scale

Get or set the value from which to scale the terrain height.

supported

Get whether the video card supports adding terrain overlay objects. Video cards that support OpenGL 1.2 or higher support terrain overlay objects.

Import detail#

from ansys.stk.core.graphics import ITerrainOverlay

Property detail#

property ITerrainOverlay.altitude_offset: float#

Get or set the value from which to offset the terrain height.

property ITerrainOverlay.altitude_scale: float#

Get or set the value from which to scale the terrain height.

property ITerrainOverlay.supported: bool#

Get whether the video card supports adding terrain overlay objects. Video cards that support OpenGL 1.2 or higher support terrain overlay objects.