RegionComplexity


Calculates how much the input region's perimeter is bigger than the perimeter of a circle of the same area.

Syntax

C++
C#
Python
 
def RegionComplexity(
	inRegion: Region,
	/
)
-> outComplexity: float

Parameters

Name Type Default Description
Input value inRegion Region Input region
Output value outComplexity float