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



