RectangleBoundingBox
Computes the smallest box containing a rectangle.
Syntax
C++
Python
def RectangleBoundingBox(
inRectangle: Rectangle2D,
/
)
-> outBoundingBox: Box
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inRectangle | Rectangle2D | ||
![]() |
outBoundingBox | Box |


