Circle2DToRing2D
Converts a circle to a full circle ring.
Syntax
C++
Python
def Circle2DToRing2D(
inCircle: Circle2D,
/
)
-> outRing: Ring2D
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inCircle | Circle2D | ||
![]() |
outRing | Ring2D |
Converts a circle to a full circle ring.
def Circle2DToRing2D(
inCircle: Circle2D,
/
)
-> outRing: Ring2D
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inCircle | Circle2D | ||
![]() |
outRing | Ring2D |