You are here: Start » FIL.NET » Function Reference » Surface » Surface Features » FIL.SurfaceMassCenter

FIL.SurfaceMassCenter

Computes the mass center of surface points.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

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

Parameters

Name Type Range Default Description
inSurfaceFilNet.SurfaceInput surface.
inRoiFilNet.NullableRef<FilNet.Region>Region of interest. Default value: ftl::NIL.
outMassCenterFilNet.Point3DMass center of the surface points.

Errors

List of possible exceptions:

Error type Description
DomainError No valid point in given region in SurfaceMassCenter.
DomainError Region of interest exceeds an input surface in SurfaceMassCenter.

Function Overrides

See also