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