TrimPathArray


Creates an array of paths contained in a box from another array of paths.

Syntax

C++
Python
 
def TrimPathArray(
	inPaths: list[Path],
	inBox: Box,
	inTrimPathMethod: TrimPathMethod,
	/
)
-> outPaths: list[Path]

Parameters

Name Type Default Description
Input value inPaths list[Path]
Input value inBox Box
Input value inTrimPathMethod TrimPathMethod
Output value outPaths list[Path]