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

Invoke.RotateLine3D

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

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void RotateLine3D
(
	Fil.Line3D inLine3D,
	Fil.Line3D inAxis,
	float inAngle,
	bool inInverse,
	out Fil.Line3D outLine3D
)

Parameters

Name Type Range Default Description
inLine3DFil.Line3D
inAxisFil.Line3DThe rotation axis.
inAnglefloatClockwise angle of rotation.
inInverseboolSwitches to the inverse operation.
outLine3DFil.Line3D

See also