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
inPointsSystem.Collections.Generic.IList<FilNet.Point2D>
outMinDiameterFilNet.Segment2D
outMinDiameterLengthfloat
outMaxDiameterFilNet.Segment2D
outMaxDiameterLengthfloat

Function Overrides

See also