You are here: Start » FIL.NET » Function Reference » Geometry 3D » Geometry 3D Features » FIL.PointsMassCenter3D
Computes the central point of the input points.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
C++
C#
public static void PointsMassCenter3D ( IList<FilNet.Point3D> inPoints, out FilNet.Point3D outMassCenter )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inPoints | System.Collections.Generic.IList<FilNet.Point3D> | Input array of points. | ||
![]() | outMassCenter | FilNet.Point3D | Central point of input points. |
Errors
List of possible exceptions:
Error type | Description |
---|---|
DomainError | Input point array is empty in PointsMassCenter3D. |