You are here: Start » FIL.NET » Invoke.ShiftPath

Invoke.ShiftPath

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

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void ShiftPath
(
	Fil.Path inPath,
	float inDistance,
	Fil.ShiftDirection inDirection,
	Fil.Path outPath
)

Parameters

Name Type Range Default Description
inPathFil.PathInput path.
inDistancefloat
inDirectionFil.ShiftDirection
outPathFil.PathOutput path.

See also