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

AVS.SurfaceMassCenter_OrNil Method

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

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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

Parameters

Name Type Range Default Description
inSurfaceAvlNet.SurfaceInput surface.
outMassCenterAvlNet.Point3D?Mass center of the surface points.

Function Overrides

See also