You are here: Start » FIL.NET » Function Reference » Geometry 3D » Geometry 3D Fitting » FIL.FitLineToPoints3D_LTE

FIL.FitLineToPoints3D_LTE

Approximates points in 3D with a line using Least Trimmed Error algorithm.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

C++
C#
 
public static void FitLineToPoints3D_LTE
(
	IList<FilNet.Point3D> inPoints,
	int inSeedSubsetSize,
	out FilNet.Line3D outLine
)

Parameters

Name Type Range Default Description
inPointsSystem.Collections.Generic.IList<FilNet.Point3D>
inSeedSubsetSizeint<2, 10>3Number of points in one combination for getting a sample line. Default value: 3.
outLineFilNet.Line3DFitted line.

Errors

List of possible exceptions:

Error type Description
DomainError Empty inPoints array in FitLineToPoints3D_LTE.

Function Overrides

See also