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

FIS.TransformPlane Method

Applies a general transformation expressed by a matrix to a plane.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void TransformPlane
(
	FilNet.Plane3D inPlane,
	FilNet.Matrix inTransform,
	bool inInverse,
	out FilNet.Plane3D outPlane
)

Parameters

Name Type Range Default Description
inPlaneFilNet.Plane3D
inTransformFilNet.MatrixTransformation 3x3 or 4x4 matrix.
inInverseboolSwitches to the inverse operation.
outPlaneFilNet.Plane3D

See also