PointsMassCenter3D
Computes the central point of the input points.
Syntax
C++
C#
Python
def PointsMassCenter3D( inPoints: list[Point3D], / ) -> outMassCenter: Point3D
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inPoints | list[Point3D] | Input array of points | |
![]() |
outMassCenter | Point3D | Central point of input points |


