You are here: Start » AVL.NET » 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,
	out AvlNet.Point3D outMinimalPoint
)

Parameters

Name Type Range Default Description
inSurfaceAvlNet.SurfaceInput surface.
outMinimalPointAvlNet.Point3DPoint with minimal Z coordinate.

Function Overrides

See also