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,
	NullableValue<FilNet.Segment2D> outMinDiameter,
	NullableValue<float> outMinDiameterLength,
	NullableValue<FilNet.Segment2D> outMaxDiameter,
	NullableValue<float> outMaxDiameterLength
)

Parameters

Name Type Range Default Description
inPointsSystem.Collections.Generic.IList<FilNet.Point2D>
outMinDiameterFilNet.NullableValue<FilNet.Segment2D> Can be null to skip this parameter calculation.
outMinDiameterLengthFilNet.NullableValue<float> Can be null to skip this parameter calculation.
outMaxDiameterFilNet.NullableValue<FilNet.Segment2D> Can be null to skip this parameter calculation.
outMaxDiameterLengthFilNet.NullableValue<float> Can be null to skip this parameter calculation.

Function Overrides

See also