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

Invoke.SurfaceMassCenter

Computes the mass center of surface points.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

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

Parameters

Name Type Range Default Description
inSurfaceAvl.SurfaceInput surface.
inRoiAtl.Optional<Avl.Region>Region of interest. Default value: atl::NIL.
outMassCenterAvl.Point3DMass center of the surface points.

See also