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

FIS.PointsDiameter Method

Finds the longest segment connecting two points from a given array.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void PointsDiameter
(
	IList<FilNet.Point2D> inPoints,
	out FilNet.Segment2D outDiameter,
	out float outDiameterLength
)

Parameters

Name Type Range Default Description
inPointsSystem.Collections.Generic.IList<FilNet.Point2D>Input array of points.
outDiameterFilNet.Segment2DLongest segment found.
outDiameterLengthfloatLength of longest segment found.

Function Overrides

See also