You are here: Start » FIL.NET » Invoke.PathCaliperDiameter

Invoke.PathCaliperDiameter

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

Namespace:Fil
Assembly:FilNet.dll

Syntax

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

Parameters

Name Type Range Default Description
inPathFil.PathInput path.
outMinDiameterFtl.Optional<Fil.Segment2D>
outMinDiameterLengthFtl.Optional<float>
outMaxDiameterFtl.Optional<Fil.Segment2D>
outMaxDiameterLengthFtl.Optional<float>

See also