TrimPathArrayToRectangle


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

Syntax

C++
Python
 
def TrimPathArrayToRectangle(
	inPaths: list[Path],
	inRectangle: Rectangle2D,
	inTrimPathMethod: TrimPathMethod,
	/
)
-> outPaths: list[Path]

Parameters

Name Type Default Description
Input value inPaths list[Path]
Input value inRectangle Rectangle2D
Input value inTrimPathMethod TrimPathMethod
Output value outPaths list[Path]