CalculationToolScalarSurfaceDistanceBetweenPoints#
- class ansys.stk.core.analysis_workbench.CalculationToolScalarSurfaceDistanceBetweenPoints#
Bases:
ICalculationToolScalar
,IAnalysisWorkbenchComponent
Surface distance along the specified central body ellipsoid between two points (or their respective projections if specified at altitude).
Overview#
Starting point on the central body ellipsoid (or projection of point at altitude onto the ellipsoid). |
|
Terminating point on the central body ellipsoid (or projection of point at altitude onto the ellipsoid). |
|
Central body on which the surface distance between points is to be calculated. |
|
Time step used in numerical evaluation of scalar calculation time rate of change (derivatives using central differencing). |
Import detail#
from ansys.stk.core.analysis_workbench import CalculationToolScalarSurfaceDistanceBetweenPoints
Property detail#
- property CalculationToolScalarSurfaceDistanceBetweenPoints.point_1: IVectorGeometryToolPoint#
Starting point on the central body ellipsoid (or projection of point at altitude onto the ellipsoid).
- property CalculationToolScalarSurfaceDistanceBetweenPoints.point_2: IVectorGeometryToolPoint#
Terminating point on the central body ellipsoid (or projection of point at altitude onto the ellipsoid).