MissileModels#

class ansys.stk.core.stkobjects.aviator.MissileModels#

Bases: ICatalogSource

Class defining the User Missile Models in the Aviator Catalog.

Overview#

get_missile

Get the missile with the given name.

add_missile

Create a new missile with the given name.

get_as_catalog_source

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