You are here: Start » FIL.NET » FIS.PathDiameter Method

FIS.PathDiameter Method

Finds the longest segment connecting two characteristic points of a path.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void PathDiameter
(
	FilNet.Path inPath,
	NullableValue<FilNet.Segment2D> outDiameter,
	NullableValue<float> outDiameterLength
)

Parameters

Name Type Range Default Description
inPathFilNet.PathInput path.
outDiameterFilNet.NullableValue<FilNet.Segment2D> Can be null to skip this parameter calculation.
outDiameterLengthFilNet.NullableValue<float> Can be null to skip this parameter calculation.

Function Overrides

See also