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


