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
Input value inArc Arc2D
Input value inDelta Vector2D Translation vector
Input value inInverse bool False Switches to the inverse operation
Output value outArc Arc2D