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
Input value inRegion Region Input region
Input value inN int 1 - 2 The scaling coefficient
Output value outRegion Region Output region