SurfaceMinimalPoint


Finds the surface point with minimal Z coordinate.

Syntax

C++
C#
Python
 
def SurfaceMinimalPoint(
	inSurface: Surface,
	/,
	*,
	inRoi: Region | None = None
)
-> outMinimalPoint: Point3D

Parameters

Name Type Default Description
Input value inSurface Surface Input surface
Input value inRoi Region | None None Region of interest
Output value outMinimalPoint Point3D Point with minimal Z coordinate