You are here: Start » FIL.NET » Invoke.TranslatePoint3DGrid
Translates a grid of points by a vector.
| Namespace: | Fil |
|---|---|
| Assembly: | FilNet.dll |
Syntax
C++
C#
public static void TranslatePoint3DGrid ( Fil.Point3DGrid inGrid, Fil.Vector3D inDelta, bool inInverse, Fil.Point3DGrid outGrid )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inGrid | Fil.Point3DGrid | |||
![]() | inDelta | Fil.Vector3D | Translation vector. | ||
![]() | inInverse | bool | Switches to the inverse operation. | ||
![]() | outGrid | Fil.Point3DGrid |


