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 | |
|---|---|---|---|---|
![]() |
inSurface | Surface | Input surface | |
![]() |
inRoi | Region | None | None | Region of interest |
![]() |
outMinimalPoint | Point3D | Point with minimal Z coordinate |


