TranslateLine3D
Shifts a line in 3D by a vector.
Syntax
C++
C#
Python
def TranslateLine3D( inLine3D: Line3D, inDelta: Vector3D, /, *, inInverse: bool = False ) -> outLine3D: Line3D
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inLine3D | Line3D | Input line in 3D | |
![]() |
inDelta | Vector3D | Translation vector | |
![]() |
inInverse | bool | False | Switches to the inverse operation |
![]() |
outLine3D | Line3D | Shifted line |


