RegionMoment
Computes selected second-order moment of a region in regular and normalized ( divided by region area ) variant.
Syntax
C++
C#
Python
def RegionMoment( inRegion: Region, /, *, inMomentType: RegionMomentType = RegionMomentType._02, inCentral: bool = False ) -> ( outMoment: float, outNormMoment: float )
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inRegion | Region | Input region | |
![]() |
inMomentType | RegionMomentType | RegionMomentType._02 | |
![]() |
inCentral | bool | False | |
![]() |
outMoment | float | ||
![]() |
outNormMoment | float |


