IGlobeImageOverlay#

class ansys.stk.core.graphics.IGlobeImageOverlay#

A globe overlay that shows an image.

Overview#

translucency

Get or set the translucency value for the image. The translucency is between 0 and 1, where 0 is fully opaque and 1 is invisible.

use_altitude_based_translucency

Get or set whether to use altitude to determine the translucency value for the image or not. If <see langword=’false’ />, the translucency value is used…

altitude_based_translucency_lower_translucency

Get or set the lower translucency value for the image when use altitude based translucency is set to <see langword=’true’ />…

altitude_based_translucency_upper_translucency

Get or set the upper translucency value for the image when use altitude based translucency is set to <see langword=’true’ />…

altitude_based_translucency_lower_altitude

Get or set the lower altitude bound used to calculate translucency for the image when use altitude based translucency is set to <see langword=’true’ />…

altitude_based_translucency_upper_altitude

Get or set the upper altitude bound used to calculate translucency for the image when use altitude based translucency is set to <see langword=’true’ />…

more_than_one_image_globe_overlay_supported

Get whether or not the video card allows for more than one image globe overlay globe image overlay to be added.

Import detail#

from ansys.stk.core.graphics import IGlobeImageOverlay

Property detail#

property IGlobeImageOverlay.translucency: float#

Get or set the translucency value for the image. The translucency is between 0 and 1, where 0 is fully opaque and 1 is invisible.

property IGlobeImageOverlay.use_altitude_based_translucency: bool#

Get or set whether to use altitude to determine the translucency value for the image or not. If <see langword=’false’ />, the translucency value is used…

property IGlobeImageOverlay.altitude_based_translucency_lower_translucency: float#

Get or set the lower translucency value for the image when use altitude based translucency is set to <see langword=’true’ />…

property IGlobeImageOverlay.altitude_based_translucency_upper_translucency: float#

Get or set the upper translucency value for the image when use altitude based translucency is set to <see langword=’true’ />…

property IGlobeImageOverlay.altitude_based_translucency_lower_altitude: float#

Get or set the lower altitude bound used to calculate translucency for the image when use altitude based translucency is set to <see langword=’true’ />…

property IGlobeImageOverlay.altitude_based_translucency_upper_altitude: float#

Get or set the upper altitude bound used to calculate translucency for the image when use altitude based translucency is set to <see langword=’true’ />…

property IGlobeImageOverlay.more_than_one_image_globe_overlay_supported: bool#

Get whether or not the video card allows for more than one image globe overlay globe image overlay to be added.