You are here: Start » FIL.NET » FIS.FitArcToPoints Method

FIS.FitArcToPoints Method

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

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

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

Parameters

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

Function Overrides

See also