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

Invoke.RotateCircle3D

Rotates a circle in 3D around an axis in 3D.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void RotateCircle3D
(
	Fil.Circle3D inCircle3D,
	Fil.Line3D inAxis,
	float inAngle,
	bool inInverse,
	out Fil.Circle3D outCircle3D
)

Parameters

Name Type Range Default Description
inCircle3DFil.Circle3D
inAxisFil.Line3DThe rotation axis.
inAnglefloatClockwise angle of rotation.
inInverseboolSwitches to the inverse operation.
outCircle3DFil.Circle3D

See also