Computes the mass center of polygon; returns Nil for degenerate inputs.
Syntax
C++
C#
Python
def PolygonMassCenter_OrNil(
inPolygon: Path,
/
)
-> outMassCenter: Point2D | None
Parameters
|
Name |
Type |
Default |
Description |
 |
inPolygon |
Path |
|
|
 |
outMassCenter |
Point2D | None |
|
|