You are here: Start » FIL.NET » FIL.PathProjectionProfile

FIL.PathProjectionProfile

Computes the distance from the line to the path.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

C++
C#
 
public static void PathProjectionProfile
(
	FilNet.Path inPath,
	FilNet.Line2D inLine,
	FilNet.Profile outProjectionProfile
)

Parameters

Name Type Range Default Description
inPathFilNet.PathInput path.
inLineFilNet.Line2DInput line to project to.
outProjectionProfileFilNet.ProfileOutput path projection.

Function Overrides

See also