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

AVS.AvsFilter_AccessPoint3DGrid Method

Returns individual fields of a point 3D grid.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void AvsFilter_AccessPoint3DGrid
(
	AvlNet.Point3DGrid inPoint3DGrid,
	out int outWidth,
	out int outHeight,
	IList<AvlNet.Point3D> outPoints
)

Parameters

Name Type Range Default Description
inPoint3DGridAvlNet.Point3DGridInput point 3D grid.
outWidthintGrid width.
outHeightintGrid height.
outPointsSystem.Collections.Generic.IList<AvlNet.Point3D>Points of the grid.

See also