CropRegion
Creates a region from a rectangular fragment of another one.
Applications:Can be used to obtain a part of a bigger region, but also to enforce specific region frame.
Syntax
C++
Python
def CropRegion( inRegion: Region, inSelection: Box, outRegion: Region, / ) -> None
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inRegion | Region | Input region | |
![]() |
inSelection | Box | Box defining the range of cropping | |
![]() |
outRegion | Region | Output region |


