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,
	IList<FilNet.Segment2D> diagProjectionSegments
)

Parameters

Name Type Range Default Description
inPathFilNet.PathInput path.
inLineFilNet.Line2DInput line to project to.
outProjectionProfileFilNet.ProfileOutput path projection.
diagProjectionSegmentsSystem.Collections.Generic.IList<FilNet.Segment2D>Segments corresponding to every profile value.

Function Overrides

See also