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

AVL.SkipEmptySurface Method

If the input Surface has at least one point defined, then it is copied to the output; otherwise Nil is returned.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void SkipEmptySurface(
	AvlNet.Surface inSurface,
	out AvlNet.Surface outNotEmptySurface,
	out bool outIsNotEmpty
)

Parameters

Name Type Range Default Description
inSurfaceAvlNet.SurfaceInput surface.
outNotEmptySurfaceAvlNet.SurfaceA copy of the input surface, if it is not empty, or Nil otherwise.
outIsNotEmptyboolIndication if the input surface is not empty.

See also