ReverseArc


Inverts the direction of the arc.

Syntax

C++
Python
 
def ReverseArc(
	inArc: Arc2D,
	/
)
-> outArc: Arc2D

Parameters

Name Type Default Description
Input value inArc Arc2D
Output value outArc Arc2D