RegionDispersion
Calculates how much more the input region's points are dispersed comparing to the points of a circle of the same area.
Syntax
C++
C#
Python
def RegionDispersion( inRegion: Region, / ) -> outDispersion: float
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inRegion | Region | Input region | |
![]() |
outDispersion | float |


