You are here: Start » AVL.NET » AVS.RegionHoles_Elastic Method
AVS.RegionHoles_Elastic Method
Fills a ridges region with convex basins.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void RegionHoles_Elastic ( AvlNet.Region inRegion, int inDistanceThreshold, IList<AvlNet.Region> outBasins )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inRegion | AvlNet.Region | Input region. | ||
![]() | inDistanceThreshold | int | 5 | Default value: 5. | |
![]() | outBasins | System.Collections.Generic.IList<AvlNet.Region> |


