TerrainOverlayInitializer ========================= .. py:class:: ansys.stk.core.graphics.TerrainOverlayInitializer A globe overlay which shows terrain. .. py:currentmodule:: TerrainOverlayInitializer Overview -------- .. tab-set:: .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ansys.stk.core.graphics.TerrainOverlayInitializer.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 ------------- .. code-block:: python from ansys.stk.core.graphics import TerrainOverlayInitializer Property detail --------------- .. py:property:: supported :canonical: ansys.stk.core.graphics.TerrainOverlayInitializer.supported :type: bool Get whether the video card supports adding terrain overlay objects. Video cards that support OpenGL 1.2 or higher support terrain overlay objects.