You are here: Start » AVL.NET » AVL.FitCircleToPoints3D Method

AVL.FitCircleToPoints3D Method

Approximates points in 3D with a circle using selected outliers suppression method.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void FitCircleToPoints3D(
	AvlNet.Point3D[] inPoints,
	AvlNet.CircleFittingMethod inFittingMethod,
	AvlNet.MEstimator? inOutlierSuppression,
	AvlNet.Plane3D? inPlane,
	out AvlNet.Circle3D? outCircle
)

Parameters

Name Type Range Default Description
inPointsAvlNet.Point3D
inFittingMethodAvlNet.CircleFittingMethod
inOutlierSuppressionAvlNet.MEstimator?
inPlaneAvlNet.Plane3D?
outCircleAvlNet.Circle3D?Fitted circle or nothing if method failed to converge.

See also