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 | |
---|---|---|---|---|---|
![]() | inPath | FilNet.Path | Input path. | ||
![]() | outDiameter | FilNet.NullableValue<FilNet.Segment2D> | Can be null to skip this parameter calculation. | ||
![]() | outDiameterLength | FilNet.NullableValue<float> | Can be null to skip this parameter calculation. |