BoxToRectangle2D


Converts a box to a rectangle.

Syntax

C++
Python
 
def BoxToRectangle2D(
	inBox: Box,
	/
)
-> outRectangle: Rectangle2D

Parameters

Name Type Default Description
Input value inBox Box
Output value outRectangle Rectangle2D