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

FIS.FitSegmentToPoints3D Method

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

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

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

Parameters

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

Function Overrides

See also