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