SurfaceMedian


Finds the median Z coordinate of the surface points.

Syntax

C++
C#
Python
 
def SurfaceMedian(
	inSurface: Surface,
	/,
	*,
	inRoi: Region | None = None
)
-> outMedian: float

Parameters

Name Type Default Description
Input value inSurface Surface Input surface
Input value inRoi Region | None None Region of interest
Output value outMedian float Median Z coordinate of the surface points