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

AVS.FitSegmentToPoints3D Method

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

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void FitSegmentToPoints3D
(
	IList<AvlNet.Point3D> inPoints,
	INullable<AvlNet.Segment3D> outSegment
)

Parameters

Name Type Range Default Description
inPointsSystem.Collections.Generic.IList<AvlNet.Point3D>
outSegmentAvlNet.INullable<AvlNet.Segment3D>Fitted segment or nothing if method failed to converge. This parameter cannot be null.

Function Overrides

See also