UserRunway#

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

Bases: ICatalogRunway, ICatalogItem, ICatalogWaypoint

Class defining the user runway in the Aviator catalog.

Overview#

get_as_catalog_item

Get the catalog item interface for this object.

get_terrain_altitude

Set the runway altitude to the terrain altitude.

copy_site

Copy the site to the clipboard.

paste_site

Paste the site to the clipboard.

altitude

Get or set the runway altitude.

latitude

Get or set the runway latitude.

longitude

Get or set the runway longitude.

length

Get or set the length of the runway.

low_end_heading

Get or set the low end heading of the runway.

high_end_heading

Get or set the high end heading of the runway.

is_magnetic

Opt whether to use a magnetic heading for the runway heading.

Import detail#

from ansys.stk.core.stkobjects.aviator import UserRunway

Property detail#

property UserRunway.altitude: float#

Get or set the runway altitude.

property UserRunway.latitude: Any#

Get or set the runway latitude.

property UserRunway.longitude: Any#

Get or set the runway longitude.

property UserRunway.length: float#

Get or set the length of the runway.

property UserRunway.low_end_heading: Any#

Get or set the low end heading of the runway.

property UserRunway.high_end_heading: Any#

Get or set the high end heading of the runway.

property UserRunway.is_magnetic: bool#

Opt whether to use a magnetic heading for the runway heading.

Method detail#

UserRunway.get_as_catalog_item(self) ICatalogItem#

Get the catalog item interface for this object.

Returns:

ICatalogItem

UserRunway.get_terrain_altitude(self) float#

Set the runway altitude to the terrain altitude.

Returns:

float

UserRunway.copy_site(self) None#

Copy the site to the clipboard.

Returns:

None

UserRunway.paste_site(self) None#

Paste the site to the clipboard.

Returns:

None