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