You are here: Start » FIL.NET » Invoke.TransformPoint3DGrid
Applies a general transformation expressed by a matrix to a grid of 3D points.
| Namespace: | Fil |
|---|---|
| Assembly: | FilNet.dll |
Syntax
C++
C#
public static void TransformPoint3DGrid ( Fil.Point3DGrid inGrid, Fil.Matrix inTransform, bool inInverse, Fil.Point3DGrid outGrid )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inGrid | Fil.Point3DGrid | |||
![]() | inTransform | Fil.Matrix | Transformation 3x3 or 4x4 matrix. | ||
![]() | inInverse | bool | Switches to the inverse operation. | ||
![]() | outGrid | Fil.Point3DGrid |


