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

Invoke.PathMassCenter_OrNil

Computes the average of the path points (all, not only characteristic ones); returns NIL if the path is empty.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void PathMassCenter_OrNil
(
	Fil.Path inPath,
	Conditional<Fil.Point2D> outMassCenter
)

Parameters

Name Type Range Default Description
inPathFil.PathInput path.
outMassCenterFtl.Conditional<Fil.Point2D>

See also