You are here: Start » FIL.NET » FIS.PathProjectionProfile Method
FIS.PathProjectionProfile Method
Computes the distance from the line to the path.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void PathProjectionProfile ( FilNet.Path inPath, FilNet.Line2D inLine, FilNet.Profile outProjectionProfile, IList<FilNet.Segment2D> diagProjectionSegments )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inPath | FilNet.Path | Input path. | ||
![]() | inLine | FilNet.Line2D | Input line to project to. | ||
![]() | outProjectionProfile | FilNet.Profile | Output path projection. | ||
![]() | diagProjectionSegments | System.Collections.Generic.IList<FilNet.Segment2D> | Segments corresponding to every profile value. |