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

AVL.SkipEmptyPoint3DGrid Method

If the input Point3DGrid 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 SkipEmptyPoint3DGrid(
	AvlNet.Point3DGrid inPoint3DGrid,
	out AvlNet.Point3DGrid outNotEmptyPoint3DGrid,
	out bool outIsNotEmpty
)

Parameters

Name Type Range Default Description
inPoint3DGridAvlNet.Point3DGrid
outNotEmptyPoint3DGridAvlNet.Point3DGridA copy of the input grid, if it is not empty, or Nil otherwise.
outIsNotEmptyboolIndication if the input grid is not empty.

See also