You are here: Start » FIL.NET » 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 | |
---|---|---|---|---|---|
![]() | inPoints | System.Collections.Generic.List<Fil.Point3D> | |||
![]() | outLine | Fil.Line3D | |||
![]() | outError | Ftl.Optional<float> |