You are here: Start » FIL.NET » Invoke.PointsMassCenter3D

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
inPointsSystem.Collections.Generic.List<Fil.Point3D>Input array of points.
outMassCenterFil.Point3DCentral point of input points.

See also