RotateCircle3D
Rotates a circle in 3D around an axis in 3D.
Syntax
C++
C#
Python
def RotateCircle3D( inCircle3D: Circle3D, inAxis: Line3D, inAngle: float, /, *, inInverse: bool = False ) -> outCircle3D: Circle3D
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inCircle3D | Circle3D | ||
![]() |
inAxis | Line3D | The rotation axis | |
![]() |
inAngle | float | Clockwise angle of rotation | |
![]() |
inInverse | bool | False | Switches to the inverse operation |
![]() |
outCircle3D | Circle3D |


