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

FIS.ShiftPath Method

Moves every vertex of path along bisector of the angle between incident segments.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void ShiftPath
(
	FilNet.Path inPath,
	float inDistance,
	FilNet.ShiftDirection inDirection,
	FilNet.Path outPath
)

Parameters

Name Type Range Default Description
inPathFilNet.PathInput path.
inDistancefloat
inDirectionFilNet.ShiftDirection
outPathFilNet.PathOutput path.

See also