SurfaceMassCenter
Computes the mass center of surface points.
Syntax
C++
C#
Python
def SurfaceMassCenter( inSurface: Surface, /, *, inRoi: Region | None = None ) -> outMassCenter: Point3D
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inSurface | Surface | Input surface | |
![]() |
inRoi | Region | None | None | Region of interest |
![]() |
outMassCenter | Point3D | Mass center of the surface points |


