You are here: Start » FIL.NET » Invoke.FitArcToPath

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
inPathFil.PathInput path.
inFittingMethodFil.CircleFittingMethod
inOutlierSuppressionFtl.Optional<Fil.MEstimator>
outArcFtl.Conditional<Fil.Arc2D>Fitted arc or nothing if the computations failed to converge.

See also