You are here: Start » FIL.NET » Function Reference » Path » Path Spatial Transforms » FIL.ShiftPath
Moves every vertex of path along bisector of the angle between incident segments.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
C++
C#
public static void ShiftPath ( FilNet.Path inPath, float inDistance, FilNet.ShiftDirection inDirection, FilNet.Path outPath )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inPath | FilNet.Path | Input path. | ||
![]() | inDistance | float | |||
![]() | inDirection | FilNet.ShiftDirection | |||
![]() | outPath | FilNet.Path | Output path. |