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

Initialize a new instance.

supported

Get whether or not the video card supports the projected raster overlay.

Import detail#

from ansys.stk.core.graphics import ProjectedRasterOverlayFactory

Property detail#

property ProjectedRasterOverlayFactory.supported: bool#

Get whether or not the video card supports the projected raster overlay.

Method detail#

ProjectedRasterOverlayFactory.initialize(self, raster: IRaster, projection: IProjection) ProjectedRasterOverlay#

Initialize a new instance.

Parameters:

raster : IRaster

projection : IProjection

Returns:

ProjectedRasterOverlay