TranslateArc
Translates an arc by a vector.
Syntax
C++
Python
def TranslateArc( inArc: Arc2D, inDelta: Vector2D, /, *, inInverse: bool = False ) -> outArc: Arc2D
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inArc | Arc2D | ||
![]() |
inDelta | Vector2D | Translation vector | |
![]() |
inInverse | bool | False | Switches to the inverse operation |
![]() |
outArc | Arc2D |


