SurfaceMaximalPoint


Finds the surface point with maximal Z coordinate.

Syntax

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

Parameters

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