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

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
inPoints3DSystem.Collections.Generic.List<Fil.Point3D>
inTransformFil.MatrixTransformation 3x3 or 4x4 matrix.
inInverseboolSwitches to the inverse operation.
outPoints3DSystem.Collections.Generic.List<Fil.Point3D>

See also