RectangleBoundingBox


Computes the smallest box containing a rectangle.

Syntax

C++
Python
 
def RectangleBoundingBox(
	inRectangle: Rectangle2D,
	/
)
-> outBoundingBox: Box

Parameters

Name Type Default Description
Input value inRectangle Rectangle2D
Output value outBoundingBox Box