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
Input value inRegion Region Input region
Input value inSelection Box Box defining the range of cropping
Output value outRegion Region Output region