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 | |
|---|---|---|---|---|---|
![]() |
inPath | Path | Input path | ||
![]() |
inKernelRadius | int | 0 - ![]() |
3 | |
![]() |
outPath | Path | Output path |



