RectangleBoundingCircle
Computes the smallest circle containing a rectangle.
Syntax
C++
Python
def RectangleBoundingCircle(
inRectangle: Rectangle2D,
/
)
-> outBoundingCircle: Circle2D
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inRectangle | Rectangle2D | ||
![]() |
outBoundingCircle | Circle2D |


