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
Input value inPath1 Path Input path
Input value inPath2 Path Input path
Output value outPath Path Output path