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

FIS.PathToLineDistanceProfile Method

Computes the profile of distances between a line and the characteristic points of a path.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void PathToLineDistanceProfile
(
	FilNet.Path inPath,
	FilNet.Line2D inLine,
	float inResolution,
	FilNet.Profile outDistanceProfile
)

Parameters

Name Type Range Default Description
inPathFilNet.PathInput path.
inLineFilNet.Line2DInput line.
inResolutionfloat<0.0f, INF>1.0fNumber of real-world units per one pixel. Default value: 1.0f.
outDistanceProfileFilNet.ProfileProfile of distances between input line and consecutive points of input path.

Function Overrides

See also