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

Invoke.PointsDiameter

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

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void PointsDiameter
(
	List<Fil.Point2D> inPoints,
	Optional<Fil.Segment2D> outDiameter,
	Optional<float> outDiameterLength
)

Parameters

Name Type Range Default Description
inPointsSystem.Collections.Generic.List<Fil.Point2D>Input array of points.
outDiameterFtl.Optional<Fil.Segment2D>Longest segment found.
outDiameterLengthFtl.Optional<float>Length of longest segment found.

See also