BoxToRectangle2D
Converts a box to a rectangle.
Syntax
C++
Python
def BoxToRectangle2D(
inBox: Box,
/
)
-> outRectangle: Rectangle2D
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inBox | Box | ||
![]() |
outRectangle | Rectangle2D |
Converts a box to a rectangle.
def BoxToRectangle2D(
inBox: Box,
/
)
-> outRectangle: Rectangle2D
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inBox | Box | ||
![]() |
outRectangle | Rectangle2D |