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

AVS.Point3DGridToPoint3DArray Method

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

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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