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