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

Invoke.RotatePlane

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

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void RotatePlane
(
	Fil.Plane3D inPlane,
	Fil.Line3D inAxis,
	float inAngle,
	bool inInverse,
	out Fil.Plane3D outPlane
)

Parameters

Name Type Range Default Description
inPlaneFil.Plane3D
inAxisFil.Line3DThe rotation axis.
inAnglefloatClockwise angle of rotation.
inInverseboolSwitches to the inverse operation.
outPlaneFil.Plane3D

See also