UserVTOLPointSource#
- class ansys.stk.core.stkobjects.aviator.UserVTOLPointSource#
Bases:
ICatalogSource
Class defining the user VTOL Point source in the Aviator catalog.
Overview#
Get the user VTOL Point with the given name. |
|
Create a new user VTOL Point with the given name. |
|
Get the catalog source interface for this object. |
Import detail#
from ansys.stk.core.stkobjects.aviator import UserVTOLPointSource
Method detail#
- UserVTOLPointSource.get_user_vtol_point(self, name: str) UserVTOLPoint #
Get the user VTOL Point with the given name.
- Parameters:
name :
str
- Returns:
UserVTOLPoint
- UserVTOLPointSource.add_user_vtol_point(self, name: str) UserVTOLPoint #
Create a new user VTOL Point with the given name.
- Parameters:
name :
str
- Returns:
UserVTOLPoint
- UserVTOLPointSource.get_as_catalog_source(self) ICatalogSource #
Get the catalog source interface for this object.
- Returns:
ICatalogSource