You are here: Start » FIL.NET » Function Reference » Path » Polygon Features » FIL.PolygonMassCenter
Computes the mass center of polygon.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
C++
C#
public static void PolygonMassCenter ( FilNet.Path inPolygon, out FilNet.Point2D outMassCenter )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inPolygon | FilNet.Path | |||
![]() | outMassCenter | FilNet.Point2D |
Description
The operation computes the mass center of a polygon bounded by a closed path.
Note that if the input path is not a valid polygon (i.e. it has at least one self-intersection), the computation may lead to results that are not intuitive.
Examples
![]() |
![]() |
The resulting outMassCenters drawn onto the sample polygon.
Errors
List of possible exceptions:
Error type | Description |
---|---|
DomainError | Degenerate polygon on input in PolygonMassCenter. |
DomainError | Open path on input in PolygonMassCenter. |