You are here: Start » AVL.NET » AVL.GroupPointsByRegions(AvlNet.Point2D[], AvlNet.Region[], int[][], AvlNet.Point2D[][])
AVL.GroupPointsByRegions(AvlNet.Point2D[], AvlNet.Region[], int[][], AvlNet.Point2D[][])
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void GroupPointsByRegions( AvlNet.Point2D[] inPoints, AvlNet.Region[] inRegions, out int[][] outGroupedIndices, out AvlNet.Point2D[][] outGroupedPoints )
Parameters
- inPoints
- Type: AvlNet.Point2D
- inRegions
- Type: AvlNet.Region
- outGroupedIndices
- Type: System.Int32
- outGroupedPoints
- Type: AvlNet.Point2D
Examples
![]() |
![]() |
GroupPointsByRegions performed with three input regions.


