You are here: Start » AVL.NET » AVS.SurfaceMassCenter Method

AVS.SurfaceMassCenter Method

Computes the mass center of surface points.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void SurfaceMassCenter
(
	AvlNet.Surface inSurface,
	out AvlNet.Point3D outMassCenter
)

Parameters

Name Type Range Default Description
inSurfaceAvlNet.SurfaceInput surface.
outMassCenterAvlNet.Point3DMass center of the surface points.

Function Overrides

See also