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
Input value inSurface Surface Input surface
Input value inRoi Region | None None Region of interest
Output value outMassCenter Point3D Mass center of the surface points