RotorcraftModels#

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

Bases: ICatalogSource

Class defining the User Rotorcraft Models in the Aviator Catalog.

Overview#

get_rotorcraft

Get the rotorcraft with the given name.

add_rotorcraft

Create a new rotorcraft 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 RotorcraftModels

Method detail#

RotorcraftModels.get_rotorcraft(self, name: str) RotorcraftModel#

Get the rotorcraft with the given name.

Parameters:

name : str

Returns:

RotorcraftModel

RotorcraftModels.add_rotorcraft(self, name: str) RotorcraftModel#

Create a new rotorcraft with the given name.

Parameters:

name : str

Returns:

RotorcraftModel

RotorcraftModels.get_as_catalog_source(self) ICatalogSource#

Get the catalog source interface for this object.

Returns:

ICatalogSource