You are here: Start » FIL.NET » FIS.TransformPoint3DArray Method

FIS.TransformPoint3DArray Method

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

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void TransformPoint3DArray
(
	IList<FilNet.Point3D> inPoints3D,
	FilNet.Matrix inTransform,
	bool inInverse,
	IList<FilNet.Point3D> outPoints3D
)

Parameters

Name Type Range Default Description
inPoints3DSystem.Collections.Generic.IList<FilNet.Point3D>
inTransformFilNet.MatrixTransformation 3x3 or 4x4 matrix.
inInverseboolSwitches to the inverse operation.
outPoints3DSystem.Collections.Generic.IList<FilNet.Point3D>

See also