ReverseArc
Inverts the direction of the arc.
Syntax
C++
Python
def ReverseArc(
inArc: Arc2D,
/
)
-> outArc: Arc2D
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inArc | Arc2D | ||
![]() |
outArc | Arc2D |
Inverts the direction of the arc.
def ReverseArc(
inArc: Arc2D,
/
)
-> outArc: Arc2D
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inArc | Arc2D | ||
![]() |
outArc | Arc2D |