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 | |
|---|---|---|---|---|
![]() |
inPaths | list[Path] | ||
![]() |
inRectangle | Rectangle2D | ||
![]() |
inTrimPathMethod | TrimPathMethod | ||
![]() |
outPaths | list[Path] |


