You are here: Start » AVL.NET » Function Reference » Surface » Surface Features » AVL.SurfaceMinimalPoint

AVL.SurfaceMinimalPoint

Finds the surface point with minimal Z coordinate.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void SurfaceMinimalPoint
(
	AvlNet.Surface inSurface,
	NullableRef<AvlNet.Region> inRoi,
	out AvlNet.Point3D outMinimalPoint
)

Parameters

Name Type Range Default Description
inSurfaceAvlNet.SurfaceInput surface.
inRoiAvlNet.NullableRef<AvlNet.Region>Region of interest. Default value: atl::NIL.
outMinimalPointAvlNet.Point3DPoint with minimal Z coordinate.

Errors

List of possible exceptions:

Error type Description
DomainError No valid point in given region while computing Surface extremal point.
DomainError Region of interest exceeds an input surface in SurfaceMinimalPoint.

Function Overrides

See also