Computes the area of a region divided by the area of its bounding rectangle.
Syntax
C++
C#
Python
def RegionRectangularity(
inRegion: Region,
/
)
-> outRectangularity: float
Parameters
|
Name |
Type |
Default |
Description |
 |
inRegion |
Region |
|
Input region |
 |
outRectangularity |
float |
|
|