PolygonSecondOrderMoments
Calculates all three second order moments in one pass.
Syntax
C++
C#
Python
def PolygonSecondOrderMoments( inPolygon: Path, / ) -> ( outMoment02: float, outMoment11: float, outMoment20: float )
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inPolygon | Path | ||
![]() |
outMoment02 | float | ||
![]() |
outMoment11 | float | ||
![]() |
outMoment20 | float |


