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

Invoke.SurfaceMassCenter_OrNil

Computes the mass center of surface points; returns NIL if the surface is empty in the given region.

Namespace:Fil
Assembly:FilNet.dll

Syntax

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

Parameters

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

See also