You are here: Start » FIL.NET » FIS.SurfaceMassCenter_OrNil Method
FIS.SurfaceMassCenter_OrNil Method
Computes the mass center of surface points; returns NIL if the surface is empty in the given region.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void SurfaceMassCenter_OrNil ( FilNet.Surface inSurface, out FilNet.Point3D? outMassCenter )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inSurface | FilNet.Surface | Input surface. | ||
![]() | outMassCenter | FilNet.Point3D? | Mass center of the surface points. |