SiteRelativeToPrevProcedure#

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

Bases: ISite

Class defining a Relative to Previous Procedure site.

Overview#

get_as_site

Get the site interface.

bearing_mode

Get or set the bearing reference.

bearing

Get or set the bearing to define the site.

range

Get or set the range from the previous procedure.

Import detail#

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

Property detail#

property SiteRelativeToPrevProcedure.bearing_mode: RelativeAbsoluteBearing#

Get or set the bearing reference.

property SiteRelativeToPrevProcedure.bearing: Any#

Get or set the bearing to define the site.

property SiteRelativeToPrevProcedure.range: float#

Get or set the range from the previous procedure.

Method detail#

SiteRelativeToPrevProcedure.get_as_site(self) ISite#

Get the site interface.

Returns:

ISite