You are here: Start » FIL.NET » FIS.FitSegmentToPoints Method

FIS.FitSegmentToPoints Method

Approximates points with a segment using selected outliers suppression method.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void FitSegmentToPoints
(
	IList<FilNet.Point2D> inPoints,
	out FilNet.Segment2D outSegment
)

Parameters

Name Type Range Default Description
inPointsSystem.Collections.Generic.IList<FilNet.Point2D>
outSegmentFilNet.Segment2D

Function Overrides

See also