LocalTransforms
Path - GaussianSmooth
Smooths a path applying a Gaussian kernel to its points.
IN
| Name | Type | Description |
|---|---|---|
| InPath | Path | The input Path |
| InStdDev | Float | Gaussian distribution standard deviation. Range 〔0, +inf). |
| InKernelRelativeSize | Float | Coefficient used in combination with the standard deviation to find the kernel size. Range 〔0, +inf). |
| Name | String | Set the tool's name |
| Enable | Bool | Sets if current tool is enabled or not |
OUT
| Name | Type | Description |
|---|---|---|
| OutPath | Path | The smoothed path. |
| Error | ErrorState | Gets the execution error message |
Path - Smooth
Smooths a path by applying a mobile average to its points.
IN
| Name | Type | Description |
|---|---|---|
| InPath | Path | The input Path |
| InKernelRadius | Int | Size of the averaging kernel. Range: 〔0, +inf). |
| Name | String | Set the tool's name |
| Enable | Bool | Sets if current tool is enabled or not |
OUT
| Name | Type | Description |
|---|---|---|
| OutPath | Path | The smoothed path. |
| Error | ErrorState | Gets the execution error message |