You are here: Start » AVL.NET » AVL.JoinPoint3DGrids

AVL.JoinPoint3DGrids

Combines two point grids into one.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void JoinPoint3DGrids
(
	AvlNet.Point3DGrid inPoint3DGrid1,
	AvlNet.Point3DGrid inPoint3DGrid2,
	int inDeltaX,
	int inDeltaY,
	AvlNet.Point3DGrid outPoint3DGrid
)

Parameters

Name Type Range Default Description
inPoint3DGrid1AvlNet.Point3DGrid
inPoint3DGrid2AvlNet.Point3DGrid
inDeltaXint<0, INF>0Default value: 0.
inDeltaYint<0, INF>0Default value: 0.
outPoint3DGridAvlNet.Point3DGrid

See also