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

Invoke.SurfaceMassCenter

Computes the mass center of surface points.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void SurfaceMassCenter
(
	Fil.Surface inSurface,
	Optional<Fil.Region> inRoi,
	out Fil.Point3D outMassCenter
)

Parameters

Name Type Range Default Description
inSurfaceFil.SurfaceInput surface.
inRoiFtl.Optional<Fil.Region>Region of interest. Default value: ftl::NIL.
outMassCenterFil.Point3DMass center of the surface points.

See also