You are here: Start » AVL.NET » AVL.FitArcToPath(AvlNet.Path, AvlNet.CircleFittingMethod, AvlNet.MEstimator?, AvlNet.Arc2D?)

AVL.FitArcToPath(AvlNet.Path, AvlNet.CircleFittingMethod, AvlNet.MEstimator?, AvlNet.Arc2D?)

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


public static void FitArcToPath(
	AvlNet.Path inPath,
	AvlNet.CircleFittingMethod inFittingMethod,
	AvlNet.MEstimator? inOutlierSuppression,
	out AvlNet.Arc2D? outArc
)

Parameters

inPath
Type: AvlNet.Path
inFittingMethod
Type: AvlNet.CircleFittingMethod
inOutlierSuppression
Type: System.Nullable<AvlNet.MEstimator>
outArc
Type: System.Nullable<AvlNet.Arc2D>

Examples

The resulting outArc drawn with the input path, inFittingMethod = AlgebraicKasa and inOutlierSuppression = Auto.

See also