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

Invoke.TransformPlane

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

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void TransformPlane
(
	Fil.Plane3D inPlane,
	Fil.Matrix inTransform,
	bool inInverse,
	out Fil.Plane3D outPlane
)

Parameters

Name Type Range Default Description
inPlaneFil.Plane3D
inTransformFil.MatrixTransformation 3x3 or 4x4 matrix.
inInverseboolSwitches to the inverse operation.
outPlaneFil.Plane3D

See also