UserWaypointSource#

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

Bases: ICatalogSource

Class defining the user waypoint source in the Aviator catalog.

Overview#

get_user_waypoint

Get the user waypoint with the given name.

add_user_waypoint

Create a new user waypoint with the given name.

get_as_catalog_source

Get the catalog source interface for this object.

Import detail#

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

Method detail#

UserWaypointSource.get_user_waypoint(self, name: str) UserWaypoint#

Get the user waypoint with the given name.

Parameters:

name : str

Returns:

UserWaypoint

UserWaypointSource.add_user_waypoint(self, name: str) UserWaypoint#

Create a new user waypoint with the given name.

Parameters:

name : str

Returns:

UserWaypoint

UserWaypointSource.get_as_catalog_source(self) ICatalogSource#

Get the catalog source interface for this object.

Returns:

ICatalogSource