TranslateLine
Translates a line by a vector.
Syntax
C++
Python
def TranslateLine( inLine: Line2D, inDelta: Vector2D, /, *, inInverse: bool = False, inDeltaAlignment: TranslateAlignment = TranslateAlignment.Absolute ) -> outLine: Line2D
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inLine | Line2D | ||
![]() |
inDelta | Vector2D | Vector of translation | |
![]() |
inInverse | bool | False | Switches to the inverse operation |
![]() |
inDeltaAlignment | TranslateAlignment | TranslateAlignment.Absolute | |
![]() |
outLine | Line2D |


