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


