UserRunway#

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

Bases: ICatalogRunway, ICatalogItem, ICatalogWaypoint

Class defining the user runway in the Aviator catalog.

Overview#

copy_site

Copy the site to the clipboard.

get_as_catalog_item

Get the catalog item interface for this object.

get_terrain_altitude

Set the runway altitude to the terrain altitude.

paste_site

Paste the site to the clipboard.

altitude

Get or set the runway altitude.

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.

latitude

Get or set the runway latitude.

length

Get or set the length of the runway.

longitude

Get or set the runway longitude.

low_end_heading

Get or set the low end heading of the runway.

Import detail#

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

Property detail#

property UserRunway.altitude: float#

Get or set the runway altitude.

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.

property UserRunway.latitude: Any#

Get or set the runway latitude.

property UserRunway.length: float#

Get or set the length of the runway.

property UserRunway.longitude: Any#

Get or set the runway longitude.

property UserRunway.low_end_heading: Any#

Get or set the low end heading of the runway.

Method detail#

UserRunway.copy_site(self) None#

Copy the site to the clipboard.

Returns:

None

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.paste_site(self) None#

Paste the site to the clipboard.

Returns:

None