PickInfoData#

class ansys.stk.core.stkx.PickInfoData#

Single mouse pick result.

Overview#

object_path

Path of the STK object picked if any (or empty string).

latitude

Latitude of point clicked (if available).

longitude

Longitude of point clicked (if available).

altitude

Altitude of point clicked (if available).

is_object_path_valid

Indicate if the ObjPath property is valid.

is_lat_lon_altitude_valid

Indicate if the Lat/Lon/Alt properties are valid.

Import detail#

from ansys.stk.core.stkx import PickInfoData

Property detail#

property PickInfoData.object_path: str#

Path of the STK object picked if any (or empty string).

property PickInfoData.latitude: float#

Latitude of point clicked (if available).

property PickInfoData.longitude: float#

Longitude of point clicked (if available).

property PickInfoData.altitude: float#

Altitude of point clicked (if available).

property PickInfoData.is_object_path_valid: bool#

Indicate if the ObjPath property is valid.

property PickInfoData.is_lat_lon_altitude_valid: bool#

Indicate if the Lat/Lon/Alt properties are valid.