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
Input value inPoints list[Point3D] Input array of points
Output value outMassCenter Point3D Central point of input points