You are here: Start » FIL.NET » Invoke.FitArcToPath
Approximates path by an arc using the selected outliers suppression method and considering path's start and end.
Namespace: | Fil |
---|---|
Assembly: | FilNet.dll |
Syntax
C++
C#
public static void FitArcToPath ( Fil.Path inPath, Fil.CircleFittingMethod inFittingMethod, Optional<Fil.MEstimator> inOutlierSuppression, Conditional<Fil.Arc2D> outArc )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inPath | Fil.Path | Input path. | ||
![]() | inFittingMethod | Fil.CircleFittingMethod | |||
![]() | inOutlierSuppression | Ftl.Optional<Fil.MEstimator> | |||
![]() | outArc | Ftl.Conditional<Fil.Arc2D> | Fitted arc or nothing if the computations failed to converge. |