CreateCircleRegion
Creates a circular region corresponding to a given circle.
Syntax
C++
Python
def CreateCircleRegion( inCircle: Circle2D, inFrameWidth: int, inFrameHeight: int, outRegion: Region, /, *, inCircleAlignment: CoordinateSystem2D | None = None, outAlignedCircle: Circle2D | None = None ) -> None
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() |
inCircle | Circle2D | |||
![]() |
inCircleAlignment | CoordinateSystem2D | None | None | Adjusts the circle to the position of the inspected object | |
![]() |
inFrameWidth | int | 0 - 65535 | Width of the created region's frame (not to be confused with the size of the circle!) | |
![]() |
inFrameHeight | int | 0 - 65535 | Height of the created region's frame (not to be confused with the size of the circle!) | |
![]() |
outRegion | Region | Output region | ||
![]() |
outAlignedCircle | Circle2D | None | None | The input circle transformed to the absolute coordinate system |


