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
Input value inRegion Region Input region
Input value inMomentType RegionMomentType RegionMomentType._02
Input value inCentral bool False
Output value outMoment float
Output value outNormMoment float