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

AVS.AvsFilter_GetPoint3DGridElement Method

Gets the value of a single point of a point 3D grid.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void AvsFilter_GetPoint3DGridElement
(
	AvlNet.Point3DGrid inPoint3DGrid,
	int inRow,
	int inColumn,
	out AvlNet.Point3D outPoint
)

Parameters

Name Type Range Default Description
inPoint3DGridAvlNet.Point3DGridInput point 3D grid.
inRowint<0, INF>
inColumnint<0, INF>
outPointAvlNet.Point3DOutput point of the input grid.

See also