PolygonMassCenter


Computes the mass center of polygon.

Syntax

C++
C#
Python
 
def PolygonMassCenter(
	inPolygon: Path,
	/
)
-> outMassCenter: Point2D

Parameters

Name Type Default Description
Input value inPolygon Path
Output value outMassCenter Point2D