You are here: Start » FIL.NET » FIS.RotatePlane Method
FIS.RotatePlane Method
Rotates a plane in 3D around an axis in 3D.
| Namespace: | FilNet |
|---|---|
| Assembly: | FIL.NET.dll |
Syntax
public static void RotatePlane ( FilNet.Plane3D inPlane, FilNet.Line3D inAxis, float inAngle, bool inInverse, out FilNet.Plane3D outPlane )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inPlane | FilNet.Plane3D | |||
![]() | inAxis | FilNet.Line3D | The rotation axis. | ||
![]() | inAngle | float | Clockwise angle of rotation. | ||
![]() | inInverse | bool | Switches to the inverse operation. | ||
![]() | outPlane | FilNet.Plane3D |


