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
inPathFilNet.PathInput path.
inFittingMethodFilNet.CircleFittingMethod
outArcFilNet.Arc2D?Fitted arc or nothing if the computations failed to converge.

Function Overrides

See also