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
Input value inPath Path Input path
Input value inLine Line2D Input line to project to
Output value outProjectionProfile Profile Output path projection
Diagnostic input diagProjectionSegments list[Segment2D] Segments corresponding to every profile value

Hardware Acceleration

This operation supports automatic parallelization for multicore and multiprocessor systems.