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 | |
|---|---|---|---|---|---|
![]() |
inPoint3DGrid1 | Point3DGrid | |||
![]() |
inPoint3DGrid2 | Point3DGrid | |||
![]() |
inDeltaX | int | None | 0 - ![]() |
None | First index offset for second grid; if set to Nil, first grid's width is chosen |
![]() |
inDeltaY | int | None | 0 - ![]() |
0 | Second index offset for second grid; if set to Nil, first grid's height is chosen |
![]() |
outPoint3DGrid | Point3DGrid |



