AircraftVTOL#
- class ansys.stk.core.stkobjects.aviator.AircraftVTOL#
Bases:
ICatalogItemClass defining the VTOL category of an Aviator aircraft.
Overview#
Get the catalog item interface for this object. |
|
Get the VTOL model with the given name. |
Import detail#
from ansys.stk.core.stkobjects.aviator import AircraftVTOL
Method detail#
- AircraftVTOL.get_as_catalog_item(self) ICatalogItem#
Get the catalog item interface for this object.
- Returns:
ICatalogItem
- AircraftVTOL.get_vtol_by_name(self, name: str) AircraftVTOLModel#
Get the VTOL model with the given name.
- Parameters:
name :
str- Returns:
AircraftVTOLModel