GreatArcInterpolator#

class ansys.stk.core.graphics.GreatArcInterpolator#

Bases: IPositionInterpolator

The great arc interpolator computes interpolated positions along a great arc. A great arc is the shortest path between two positions on an ellipsoid.

Overview#

central_body

Get or set the central body used when interpolating with interpolate.

granularity

Get or set the granularity used when interpolating with interpolate. Lower granularities are more precise but create more positions.

Import detail#

from ansys.stk.core.graphics import GreatArcInterpolator

Property detail#

property GreatArcInterpolator.central_body: str#

Get or set the central body used when interpolating with interpolate.

property GreatArcInterpolator.granularity: float#

Get or set the granularity used when interpolating with interpolate. Lower granularities are more precise but create more positions.