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