UserVTOLPoint#

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

Bases: ICatalogVTOLPoint, ICatalogWaypoint, ICatalogItem

Class defining the user VTOL Point in the Aviator catalog.

Overview#

get_terrain_altitude

Set the VTOL Point altitude to the terrain altitude.

copy_site

Copy the site to the clipboard.

paste_site

Paste the site to the clipboard.

get_as_catalog_item

Get the catalog item interface for this object.

altitude

Get or set the VTOL Point altitude.

latitude

Get or set the VTOL Point latitude.

longitude

Get or set the VTOL Point longitude.

Import detail#

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

Property detail#

property UserVTOLPoint.altitude: float#

Get or set the VTOL Point altitude.

property UserVTOLPoint.latitude: Any#

Get or set the VTOL Point latitude.

property UserVTOLPoint.longitude: Any#

Get or set the VTOL Point longitude.

Method detail#

UserVTOLPoint.get_terrain_altitude(self) float#

Set the VTOL Point altitude to the terrain altitude.

Returns:

float

UserVTOLPoint.copy_site(self) None#

Copy the site to the clipboard.

Returns:

None

UserVTOLPoint.paste_site(self) None#

Paste the site to the clipboard.

Returns:

None

UserVTOLPoint.get_as_catalog_item(self) ICatalogItem#

Get the catalog item interface for this object.

Returns:

ICatalogItem