JoinPoint3DGrids


Combines two point grids into one.

Syntax

C++
C#
Python
 
def JoinPoint3DGrids(
	inPoint3DGrid1: Point3DGrid,
	inPoint3DGrid2: Point3DGrid,
	outPoint3DGrid: Point3DGrid,
	/,
	*,
	inDeltaX: int | None = None,
	inDeltaY: int | None = 0
)
-> None

Parameters

Name Type Range Default Description
Input value inPoint3DGrid1 Point3DGrid
Input value inPoint3DGrid2 Point3DGrid
Input value inDeltaX int | None 0 - None First index offset for second grid; if set to Nil, first grid's width is chosen
Input value inDeltaY int | None 0 - 0 Second index offset for second grid; if set to Nil, first grid's height is chosen
Output value outPoint3DGrid Point3DGrid