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

Invoke.TransformCircle3D

Applies a general transformation expressed by a matrix to a 3D circle.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void TransformCircle3D
(
	Fil.Circle3D inCircle3D,
	Fil.Matrix inTransform,
	bool inInverse,
	out Fil.Circle3D outCircle3D
)

Parameters

Name Type Range Default Description
inCircle3DFil.Circle3D
inTransformFil.MatrixTransformation 3x3 or 4x4 matrix.
inInverseboolSwitches to the inverse operation.
outCircle3DFil.Circle3D

See also