You are here: Start » FIL.NET » FIS.PointsMassCenter3D Method

FIS.PointsMassCenter3D Method

Computes the central point of the input points.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void PointsMassCenter3D
(
	IList<FilNet.Point3D> inPoints,
	out FilNet.Point3D outMassCenter
)

Parameters

Name Type Range Default Description
inPointsSystem.Collections.Generic.IList<FilNet.Point3D>Input array of points.
outMassCenterFilNet.Point3DCentral point of input points.

See also