You are here: Start » AVL.NET » AVS.FitArcToPoints Method

AVS.FitArcToPoints Method

Approximates points with an arc using the selected outliers suppression method.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void FitArcToPoints
(
	IList<AvlNet.Point2D> inPoints,
	AvlNet.CircleFittingMethod inFittingMethod,
	out AvlNet.Arc2D? outArc
)

Parameters

Name Type Range Default Description
inPointsSystem.Collections.Generic.IList<AvlNet.Point2D>
inFittingMethodAvlNet.CircleFittingMethod
outArcAvlNet.Arc2D?Fitted arc or nothing if the computations failed to converge.

Function Overrides

See also