UserWaypoint#

class ansys.stk.core.stkobjects.aviator.UserWaypoint#

Bases: ICatalogWaypoint, ICatalogItem

Class defining the user waypoint in the Aviator catalog.

Overview#

copy_site

Copy the site to the clipboard.

paste_site

Paste the site to the clipboard.

get_as_catalog_item

Get the catalog item interface for this object.

latitude

Get or set the waypoint latitude.

longitude

Get or set the waypoint longitude.

Import detail#

from ansys.stk.core.stkobjects.aviator import UserWaypoint

Property detail#

property UserWaypoint.latitude: Any#

Get or set the waypoint latitude.

property UserWaypoint.longitude: Any#

Get or set the waypoint longitude.

Method detail#

UserWaypoint.copy_site(self) None#

Copy the site to the clipboard.

Returns:

None

UserWaypoint.paste_site(self) None#

Paste the site to the clipboard.

Returns:

None

UserWaypoint.get_as_catalog_item(self) ICatalogItem#

Get the catalog item interface for this object.

Returns:

ICatalogItem