You are here: Start » FIL.NET » Invoke.FitLineToPoints3D

Invoke.FitLineToPoints3D

Approximates points in 3D with a line using the Least Squares method.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void FitLineToPoints3D
(
	List<Fil.Point3D> inPoints,
	out Fil.Line3D outLine,
	Optional<float> outError
)

Parameters

Name Type Range Default Description
inPointsSystem.Collections.Generic.List<Fil.Point3D>
outLineFil.Line3D
outErrorFtl.Optional<float>

See also