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
inPathFil.PathInput path.
inLineFil.Line2DInput line to project to.
outProjectionProfileFil.ProfileOutput path projection.
diagProjectionSegmentsFil.Diagnostic<System.Collections.Generic.List<Fil.Segment2D>>Segments corresponding to every profile value.

See also