VerifyRegion


Checks if the point-runs of the input region are correctly arranged (sorted, not overlapping etc.).

Applications:You only need to use this tool if you create regions from point-runs manually.

Syntax

C++
Python
 
def VerifyRegion(
	inRegion: Region,
	/
)
-> None

Parameters

Name Type Default Description
Input value inRegion Region Input region