ResizeRegion_Relative
Resizes region relatively along each axis.
Syntax
C++
C#
Python
def ResizeRegion_Relative( inRegion: Region, outRegion: Region, /, *, inHorizontalScale: float = 1.0, inVerticalScale: float = 1.0 ) -> None
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() |
inRegion | Region | Input region | ||
![]() |
inHorizontalScale | float | 0.0 - ![]() |
1.0 | |
![]() |
inVerticalScale | float | 0.0 - ![]() |
1.0 | |
![]() |
outRegion | Region | Output region |



