SmoothPath_Mean


Smooths a path by averaging its characteristic points within a kernel.

Syntax

C++
C#
Python
 
def SmoothPath_Mean(
	inPath: Path,
	outPath: Path,
	/,
	*,
	inKernelRadius: int = 3
)
-> None

Parameters

Name Type Range Default Description
Input value inPath Path Input path
Input value inKernelRadius int 0 - 3
Output value outPath Path Output path