You are here: Start » AVL.NET » AVL.SurfaceMassCenter Method
AVL.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 | |
|---|---|---|---|---|---|
![]() | inSurface | AvlNet.Surface | Input surface. | ||
![]() | outMassCenter | AvlNet.Point3D | Mass center of the surface points. |
Errors
| Error type | Description |
|---|---|
| DomainError | No valid point in given region in SurfaceMassCenter. |


