You are here: Start » FIL.NET » 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 | |
---|---|---|---|---|---|
![]() | inPath | Fil.Path | Input path. | ||
![]() | inDistance | float | |||
![]() | inDirection | Fil.ShiftDirection | |||
![]() | outPath | Fil.Path | Output path. |