You are here: Start » AVL.NET » AVL.SurfaceMinimalPoint Method

AVL.SurfaceMinimalPoint Method

Finds the surface point with minimal Z coordinate.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void SurfaceMinimalPoint(
	AvlNet.Surface inSurface,
	AvlNet.Region inRoi,
	out AvlNet.Point3D outMinimalPoint
)

Parameters

Name Type Range Default Description
inSurfaceAvlNet.SurfaceInput surface.
inRoiAvlNet.RegionRegion of interest. Default value: atl::NIL, or null.
outMinimalPointAvlNet.Point3DPoint with minimal Z coordinate.

See also