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

FIS.PathProjectionProfile Method

Computes the distance from the line to the path.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

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