IGlobeImageOverlay#
- class ansys.stk.core.graphics.IGlobeImageOverlay#
A globe overlay that shows an image.
Overview#
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. |
|
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β¦ |
|
Get or set the lower translucency value for the image when use altitude based translucency is set to <see langword=βtrueβ />β¦ |
|
Get or set the upper translucency value for the image when use altitude based translucency is set to <see langword=βtrueβ />β¦ |
|
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β />β¦ |
|
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β />β¦ |
|
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β />β¦