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

FIS.RotateCircle3D Method

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

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void RotateCircle3D
(
	FilNet.Circle3D inCircle3D,
	FilNet.Line3D inAxis,
	float inAngle,
	bool inInverse,
	out FilNet.Circle3D outCircle3D
)

Parameters

Name Type Range Default Description
inCircle3DFilNet.Circle3D
inAxisFilNet.Line3DThe rotation axis.
inAnglefloatClockwise angle of rotation.
inInverseboolSwitches to the inverse operation.
outCircle3DFilNet.Circle3D

See also