You are here: Start » FIL.NET » Invoke.TransformPoint3DArray
Applies a general transformation expressed by a matrix to an array of 3D points.
Namespace: | Fil |
---|---|
Assembly: | FilNet.dll |
Syntax
C++
C#
public static void TransformPoint3DArray ( List<Fil.Point3D> inPoints3D, Fil.Matrix inTransform, bool inInverse, List<Fil.Point3D> outPoints3D )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inPoints3D | System.Collections.Generic.List<Fil.Point3D> | |||
![]() | inTransform | Fil.Matrix | Transformation 3x3 or 4x4 matrix. | ||
![]() | inInverse | bool | Switches to the inverse operation. | ||
![]() | outPoints3D | System.Collections.Generic.List<Fil.Point3D> |