RegionMassCenter
Computes a point with coordinates equal to the average coordinates of the region's pixels.
Syntax
C++
Python
def RegionMassCenter( inRegion: Region, / ) -> ( outMassCenter: Point2D, outArea: int )
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inRegion | Region | Input region | |
![]() |
outMassCenter | Point2D | ||
![]() |
outArea | int |


