PathProjectionProfile
Computes the distance from the line to the path.
Syntax
C++
C#
Python
def PathProjectionProfile( inPath: Path, inLine: Line2D, outProjectionProfile: Profile, / ) -> diagProjectionSegments: list[Segment2D]
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inPath | Path | Input path | |
![]() |
inLine | Line2D | Input line to project to | |
![]() |
outProjectionProfile | Profile | Output path projection | |
![]() |
diagProjectionSegments | list[Segment2D] | Segments corresponding to every profile value |
Hardware Acceleration
This operation supports automatic parallelization for multicore and multiprocessor systems.



