RotatePoint3DGrid_AroundSegment
Rotates a grid of 3D points around an segment3D (the axis) in 3D.
Syntax
C++
C#
Python
def RotatePoint3DGrid_AroundSegment( inGrid: Point3DGrid, inAxisSegment: Segment3D, inAngle: float, outGrid: Point3DGrid, /, *, inInverse: bool = False, outTransform: Matrix | None = None ) -> None
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inGrid | Point3DGrid | ||
![]() |
inAxisSegment | Segment3D | The rotation axis | |
![]() |
inAngle | float | Angle of rotation | |
![]() |
inInverse | bool | False | Switches to the inverse operation |
![]() |
outGrid | Point3DGrid | ||
![]() |
outTransform | Matrix | None | None |
Hardware Acceleration
This operation is optimized for SSE41 technology.
This operation is optimized for AVX2 technology.
This operation is optimized for NEON technology.
This operation supports automatic parallelization for multicore and multiprocessor systems.


