You are here: Start » FIL.NET » 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 | |
|---|---|---|---|---|---|
![]() | inPlane | Fil.Plane3D | |||
![]() | inAxis | Fil.Line3D | The rotation axis. | ||
![]() | inAngle | float | Clockwise angle of rotation. | ||
![]() | inInverse | bool | Switches to the inverse operation. | ||
![]() | outPlane | Fil.Plane3D |


