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