You are here: Start » FIL.NET » FIS.RotateCircle3D_AroundSegment Method
FIS.RotateCircle3D_AroundSegment Method
Rotates a circle in 3D around a segment (the axis) in 3D.
| Namespace: | FilNet |
|---|---|
| Assembly: | FIL.NET.dll |
Syntax
public static void RotateCircle3D_AroundSegment ( FilNet.Circle3D inCircle3D, FilNet.Segment3D inAxisSegment, float inAngle, bool inInverse, out FilNet.Circle3D outCircle3D )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inCircle3D | FilNet.Circle3D | |||
![]() | inAxisSegment | FilNet.Segment3D | The rotation axis. | ||
![]() | inAngle | float | Clockwise angle of rotation. | ||
![]() | inInverse | bool | Switches to the inverse operation. | ||
![]() | outCircle3D | FilNet.Circle3D |


