You are here: Start » AVL.NET » Invoke.JoinPoint3DGrids
Combines two point grids into one.
Namespace: | Avl |
---|---|
Assembly: | AvlNet.dll |
Syntax
C++
C#
public static void JoinPoint3DGrids ( Avl.Point3DGrid inPoint3DGrid1, Avl.Point3DGrid inPoint3DGrid2, Optional<int> inDeltaX, Optional<int> inDeltaY, Avl.Point3DGrid outPoint3DGrid )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inPoint3DGrid1 | Avl.Point3DGrid | |||
![]() | inPoint3DGrid2 | Avl.Point3DGrid | |||
![]() | inDeltaX | Atl.Optional<int> | <0, INF> | First index offset for second grid; if set to Nil, first grid's width is chosen. Default value: atl::NIL. | |
![]() | inDeltaY | Atl.Optional<int> | <0, INF> | 0 | Second index offset for second grid; if set to Nil, first grid's height is chosen. Default value: 0. |
![]() | outPoint3DGrid | Avl.Point3DGrid |