You are here: Start » AVL.NET » AVL.SplitRegionIntoComponents(AvlNet.Region, float, bool, AvlNet.Region[])
AVL.SplitRegionIntoComponents(AvlNet.Region, float, bool, AvlNet.Region[])
Splits a region into an array of regions. Operates by merging blobs in accordance to the inMaxDistance parameter.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void SplitRegionIntoComponents( AvlNet.Region inRegion, float inMaxDistance, bool inRemoveBoundaryBlobs, out AvlNet.Region[] outComponents )
Parameters
- inRegion
- Type: AvlNet.Region
Input region - inMaxDistance
- Type: System.Single
- inRemoveBoundaryBlobs
- Type: System.Boolean
Flag indicating whether the blobs on border of the input region should be removed or not - outComponents
- Type: AvlNet.Region
Remarks
See full override for more details.
