MissileModels#
- class ansys.stk.core.stkobjects.aviator.MissileModels#
Bases:
ICatalogSource
Class defining the User Missile Models in the Aviator Catalog.
Overview#
Get the missile with the given name. |
|
Create a new missile with the given name. |
|
Get the catalog source interface for this object. |
Import detail#
from ansys.stk.core.stkobjects.aviator import MissileModels
Method detail#
- MissileModels.get_missile(self, name: str) MissileModel #
Get the missile with the given name.
- Parameters:
name :
str
- Returns:
MissileModel
- MissileModels.add_missile(self, name: str) MissileModel #
Create a new missile with the given name.
- Parameters:
name :
str
- Returns:
MissileModel
- MissileModels.get_as_catalog_source(self) ICatalogSource #
Get the catalog source interface for this object.
- Returns:
ICatalogSource