ProjectedRasterOverlayFactory#
- class ansys.stk.core.graphics.ProjectedRasterOverlayFactory#
A globe image overlay which projects a raster onto the terrain or surface of the central body. You can also enable projection onto models by setting projected raster model projection to true for a Sceneβ¦
Overview#
Initialize a new instance. |
Get whether or not the video card supports the projected raster overlay. |
Import detail#
from ansys.stk.core.graphics import ProjectedRasterOverlayFactory
Property detail#
Method detail#
- ProjectedRasterOverlayFactory.initialize(self, raster: IRaster, projection: IProjection) ProjectedRasterOverlay #
Initialize a new instance.
- Parameters:
raster :
IRaster
projection :
IProjection
- Returns:
ProjectedRasterOverlay