You are here: Start » FIL.NET » Function Reference » Path » Path Features » FIL.PathCaliperDiameter

FIL.PathCaliperDiameter

Computes the longest and the shortest width of the input path measured as distance between parallel lines containing the whole path.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

C++
C#
 
public static void PathCaliperDiameter
(
	FilNet.Path inPath,
	NullableValue<FilNet.Segment2D> outMinDiameter,
	NullableValue<float> outMinDiameterLength,
	NullableValue<FilNet.Segment2D> outMaxDiameter,
	NullableValue<float> outMaxDiameterLength
)

Parameters

Name Type Range Default Description
inPathFilNet.PathInput path.
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.

Errors

List of possible exceptions:

Error type Description
DomainError Empty path on input in PathCaliperDiameter.

Function Overrides

See also