CalculationToolInterpolatorBasic#
- class ansys.stk.core.analysis_workbench.CalculationToolInterpolatorBasic#
Bases:
IAnalysisWorkbenchInterpolator
,IAnalysisWorkbenchComponent
Interpolation definition determines how to obtain values in between tabulated samples. See STK help on interpolation for further details.
Overview#
Get the interpolation type, which can be Lagrange or Hermite interpolation. See STK help on interpolation for further details. |
|
Get the interpolation order, which determines the order of interpolation polynomial and is related to how many samples are used during interpolation. See STK help on interpolation for further details. |
Import detail#
from ansys.stk.core.analysis_workbench import CalculationToolInterpolatorBasic
Property detail#
- property CalculationToolInterpolatorBasic.type: InterpolationMethodType#
Get the interpolation type, which can be Lagrange or Hermite interpolation. See STK help on interpolation for further details.