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


