EnlargeRegionNTimes
Enlarges a region by a natural factor.
Syntax
C++
C#
Python
def EnlargeRegionNTimes( inRegion: Region, outRegion: Region, /, *, inN: int = 2 ) -> None
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() |
inRegion | Region | Input region | ||
![]() |
inN | int | 1 - ![]() |
2 | The scaling coefficient |
![]() |
outRegion | Region | Output region |



