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
Input value inPath Path Input path
Input value inDistance float
Input value inDirection ShiftDirection ShiftDirection.Left
Output value outPath Path Output path