You are here: Start » AVL.NET » Function Reference » Region » Region Spatial Transforms » AVL.EnlargeRegionNTimes

AVL.EnlargeRegionNTimes

Enlarges a region by a natural factor.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void EnlargeRegionNTimes
(
	AvlNet.Region inRegion,
	int inN,
	AvlNet.Region outRegion
)

Parameters

Name Type Range Default Description
inRegionAvlNet.RegionInput region.
inNint<1, INF>2The scaling coefficient. Default value: 2.
outRegionAvlNet.RegionOutput region.

Examples

EnlargeRegionNTimes performed on the sample region.

Errors

List of possible exceptions:

Error type Description
DomainError Input and output regions are not distinct in EnlargeRegionNTimes.
DomainError Output region too big in EnlargeRegionNTimes.

See also