UserWaypointSource#
- class ansys.stk.core.stkobjects.aviator.UserWaypointSource#
Bases:
ICatalogSource
Class defining the user waypoint source in the Aviator catalog.
Overview#
Get the user waypoint with the given name. |
|
Create a new user waypoint with the given name. |
|
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