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

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
inGridFil.Point3DGrid
inTransformFil.MatrixTransformation 3x3 or 4x4 matrix.
inInverseboolSwitches to the inverse operation.
outGridFil.Point3DGrid

See also