CreateRing
Creates a ring from an aligned point, inner and outer radius, and angle range.
Syntax
C++
Python
def CreateRing( inPoint: Point2D, inInnerRadius: float, inOuterRadius: float, /, *, inPointAnchor: Anchor2D = Anchor2D.MiddleCenter ) -> outRing: Ring2D
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() |
inPoint | Point2D | |||
![]() |
inPointAnchor | Anchor2D | Anchor2D.MiddleCenter | Alignment of the point relatively to the box of the ring outer circle | |
![]() |
inInnerRadius | float | 0.0 - ![]() |
Inner ring radius | |
![]() |
inOuterRadius | float | 0.0 - ![]() |
Outer ring radius | |
![]() |
outRing | Ring2D |



