PickInfoData#

class ansys.stk.core.stkx.PickInfoData#

Single mouse pick result.

Overview#

altitude

Altitude of point clicked (if available).

is_lat_lon_altitude_valid

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

is_object_path_valid

Indicate if the ObjPath property is valid.

latitude

Latitude of point clicked (if available).

longitude

Longitude of point clicked (if available).

object_path

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

Import detail#

from ansys.stk.core.stkx import PickInfoData

Property detail#

property PickInfoData.altitude: float#

Altitude of point clicked (if available).

property PickInfoData.is_lat_lon_altitude_valid: bool#

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

property PickInfoData.is_object_path_valid: bool#

Indicate if the ObjPath property is valid.

property PickInfoData.latitude: float#

Latitude of point clicked (if available).

property PickInfoData.longitude: float#

Longitude of point clicked (if available).

property PickInfoData.object_path: str#

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