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