SiteVTOLPoint#

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

Bases: ISite

Class defining a VTOL Point site.

Overview#

get_as_site

Get the site interface.

latitude

Get or set the VTOL Point latitude.

longitude

Get or set the VTOL Point longitude.

altitude

Get or set the altitude for the site.

altitude_reference

Get or set the altitude reference.

Import detail#

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

Property detail#

property SiteVTOLPoint.latitude: Any#

Get or set the VTOL Point latitude.

property SiteVTOLPoint.longitude: Any#

Get or set the VTOL Point longitude.

property SiteVTOLPoint.altitude: float#

Get or set the altitude for the site.

property SiteVTOLPoint.altitude_reference: AGLMSL#

Get or set the altitude reference.

Method detail#

SiteVTOLPoint.get_as_site(self) ISite#

Get the site interface.

Returns:

ISite