CircleBoundingBox
Computes the smallest box containing a circle.
Syntax
C++
Python
def CircleBoundingBox(
inCircle: Circle2D,
/
)
-> outBoundingBox: Box
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inCircle | Circle2D | ||
![]() |
outBoundingBox | Box |


