Start » Filter Reference » Geometry 2D » Geometry 2D Spatial Transforms » TranslateLine
Module: | FoundationLite |
---|
Translates a line by a vector.
Name | Type | Description | |
---|---|---|---|
![]() |
inLine | Line2D | |
![]() |
inDelta | Vector2D | Vector of translation |
![]() |
inInverse | Bool | Switches to the inverse operation |
![]() |
inDeltaAlignment | TranslateAlignment | |
![]() |
outLine | Line2D |
Examples
![]() |
![]() |
TranslateLine performed on the sample line, inDelta = (200.0, 50.0) and inInverse = False.
Errors
This filter can throw an exception to report error. Read how to deal with errors in Error Handling.
List of possible exceptions:
Error type | Description |
---|---|
DomainError | Indefinite line on input in TranslateLine. |
Complexity Level
This filter is available on Advanced Complexity Level.