You are here: Start » FIL.NET » FIL.TransformPoint3DGrid

FIL.TransformPoint3DGrid

Applies a general transformation expressed by a matrix to a grid of 3D points.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

C++
C#
 
public static void TransformPoint3DGrid
(
	FilNet.Point3DGrid inGrid,
	FilNet.Matrix inTransform,
	bool inInverse,
	FilNet.Point3DGrid outGrid
)

Parameters

Name Type Range Default Description
inGridFilNet.Point3DGrid
inTransformFilNet.MatrixTransformation 3x3 or 4x4 matrix.
inInverseboolSwitches to the inverse operation.
outGridFilNet.Point3DGrid

Errors

List of possible exceptions:

Error type Description
DomainError Transformation matrix size must be 3x3 or 4x4 in 3D point transform.

See also