You are here: Start » AVL.NET » Function Reference » Conversions » AVL.Point3DGridToPoint3DArray

AVL.Point3DGridToPoint3DArray

Converts a grid of points to an array of points removing nonexistent ones.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void Point3DGridToPoint3DArray
(
	AvlNet.Point3DGrid inPoint3DGrid,
	IList<AvlNet.Point3D> outPoint3DArray
)

Parameters

Name Type Range Default Description
inPoint3DGridAvlNet.Point3DGrid
outPoint3DArraySystem.Collections.Generic.IList<AvlNet.Point3D>

See also