ScreenOverlayPickResult#

class ansys.stk.core.graphics.ScreenOverlayPickResult#

Describes a picked screen overlay as a result of a call to pick screen overlays.

Overview#

position

Get the position that was picked within the picked overlay. The array represents the picked position and has a size of 4. The elements are in the order x position, y position, x screen overlay unit, y screen overlay unit.

control_position

Get the position that was picked within the overall globe control. This is essentially the same position that was passed to pick screen overlays. The array represents the picked position and has a size of 4…

overlay

Get the screen overlay that was picked.

Import detail#

from ansys.stk.core.graphics import ScreenOverlayPickResult

Property detail#

property ScreenOverlayPickResult.position: list#

Get the position that was picked within the picked overlay. The array represents the picked position and has a size of 4. The elements are in the order x position, y position, x screen overlay unit, y screen overlay unit.

property ScreenOverlayPickResult.control_position: list#

Get the position that was picked within the overall globe control. This is essentially the same position that was passed to pick screen overlays. The array represents the picked position and has a size of 4…

property ScreenOverlayPickResult.overlay: IScreenOverlay#

Get the screen overlay that was picked.