InflateRectangle
Enlarges a rectangle by a given margin.
Syntax
C++
Python
def InflateRectangle( inRectangle: Rectangle2D, /, *, inMargin: float = 0 ) -> outRectangle: Rectangle2D
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inRectangle | Rectangle2D | ||
![]() |
inMargin | float | 0 | |
![]() |
outRectangle | Rectangle2D |


