You are here: Start » FIL.NET » FIS.PointsCaliperDiameter Method
FIS.PointsCaliperDiameter Method
Computes the longest and the shortest width of the input points measured as distance between parallel lines containing all of them.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void PointsCaliperDiameter ( IList<FilNet.Point2D> inPoints, out FilNet.Segment2D outMinDiameter, out float outMinDiameterLength, out FilNet.Segment2D outMaxDiameter, out float outMaxDiameterLength )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inPoints | System.Collections.Generic.IList<FilNet.Point2D> | |||
![]() | outMinDiameter | FilNet.Segment2D | |||
![]() | outMinDiameterLength | float | |||
![]() | outMaxDiameter | FilNet.Segment2D | |||
![]() | outMaxDiameterLength | float |