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