AveragePath
Computes the average of two paths (of equal size and type) point by point.
Syntax
C++
Python
def AveragePath( inPath1: Path, inPath2: Path, outPath: Path, / ) -> None
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inPath1 | Path | Input path | |
![]() |
inPath2 | Path | Input path | |
![]() |
outPath | Path | Output path |


