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 | |
|---|---|---|---|---|
![]() |
inRegion | Region | Input region | |
![]() |
outComplexity | float |


