TrimPathToRectangle


Creates a path contained in a rectangle from another path.

Syntax

C++
Python
 
def TrimPathToRectangle(
	inPath: Path,
	inRectangle: Rectangle2D,
	inTrimPathMethod: TrimPathMethod,
	outPath: Path,
	/
)
-> None

Parameters

Name Type Default Description
Input value inPath Path Input path
Input value inRectangle Rectangle2D
Input value inTrimPathMethod TrimPathMethod
Output value outPath Path Output path