ShiftPath
Moves every vertex of path along bisector of the angle between incident segments.
Syntax
C++
C#
Python
def ShiftPath( inPath: Path, inDistance: float, outPath: Path, /, *, inDirection: ShiftDirection = ShiftDirection.Left ) -> None
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inPath | Path | Input path | |
![]() |
inDistance | float | ||
![]() |
inDirection | ShiftDirection | ShiftDirection.Left | |
![]() |
outPath | Path | Output path |


