You are here: Start » FIL.NET » 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 | |
---|---|---|---|---|---|
![]() | inPoints | System.Collections.Generic.List<Fil.Point2D> | Input array of points. | ||
![]() | outDiameter | Ftl.Optional<Fil.Segment2D> | Longest segment found. | ||
![]() | outDiameterLength | Ftl.Optional<float> | Length of longest segment found. |