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

AVS.SurfaceMinimalPoint Method

Finds the surface point with minimal Z coordinate.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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