You are here: Start » FIL.NET » Invoke.PointsMassCenter3D
Computes the central point of the input points.
Namespace: | Fil |
---|---|
Assembly: | FilNet.dll |
Syntax
C++
C#
public static void PointsMassCenter3D ( List<Fil.Point3D> inPoints, out Fil.Point3D outMassCenter )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inPoints | System.Collections.Generic.List<Fil.Point3D> | Input array of points. | ||
![]() | outMassCenter | Fil.Point3D | Central point of input points. |