TrimPath
Creates a path contained in a box from another path.
Syntax
C++
Python
def TrimPath( inPath: Path, inBox: Box, inTrimPathMethod: TrimPathMethod, outPath: Path, / ) -> None
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inPath | Path | Input path | |
![]() |
inBox | Box | ||
![]() |
inTrimPathMethod | TrimPathMethod | ||
![]() |
outPath | Path | Output path |


