You are here: Start » AVL.NET » 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 | |
|---|---|---|---|---|---|
![]() | inSurface | Avl.Surface | Input surface. | ||
![]() | inRoi | Atl.Optional<Avl.Region> | Region of interest. Default value: atl::NIL. | ||
![]() | outMassCenter | Avl.Point3D | Mass center of the surface points. |


