AircraftLanding#
- class ansys.stk.core.stkobjects.aviator.AircraftLanding#
Bases:
ICatalogItemClass defining the aircraft landing category of an Aviator aircraft.
Overview#
Get the advanced Landing model with the given name. |
|
Get the catalog item interface for this object. |
|
Get the basic Landing model with the given name. |
|
Get the built-in model. |
Import detail#
from ansys.stk.core.stkobjects.aviator import AircraftLanding
Method detail#
- AircraftLanding.get_advanced_landing_by_name(self, name: str) AircraftAdvancedLandingModel#
Get the advanced Landing model with the given name.
- Parameters:
name :
str- Returns:
AircraftAdvancedLandingModel
- AircraftLanding.get_as_catalog_item(self) ICatalogItem#
Get the catalog item interface for this object.
- Returns:
ICatalogItem
- AircraftLanding.get_basic_landing_by_name(self, name: str) AircraftBasicLandingModel#
Get the basic Landing model with the given name.
- Parameters:
name :
str- Returns:
AircraftBasicLandingModel
- AircraftLanding.get_built_in_model(self) AircraftBasicLandingModel#
Get the built-in model.
- Returns:
AircraftBasicLandingModel