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

AVS.AvsFilter_MakePoint3DGrid Method

Creates a point 3D grid structure from individual fields.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void AvsFilter_MakePoint3DGrid
(
	int inWidth,
	int inHeight,
	IList<AvlNet.Point3D> inPoints,
	AvlNet.Point3DGrid outPoint3DGrid
)

Parameters

Name Type Range Default Description
inWidthint<0, INF>
inHeightint<0, INF>
inPointsSystem.Collections.Generic.IList<AvlNet.Point3D>
outPoint3DGridAvlNet.Point3DGrid

See also