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


