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,
	NullableRef<AvlNet.Region> inRoi,
	out AvlNet.Point3D outMassCenter
)

Parameters

Name Type Range Default Description
inSurfaceAvlNet.SurfaceInput surface.
inRoiAvlNet.NullableRef<AvlNet.Region>Region of interest. Default value: atl::NIL.
outMassCenterAvlNet.Point3DMass center of the surface points.

Function Overrides

See also