GroupPointsByRegions
For each region returns which points lie inside of it.
Syntax
C++
C#
Python
def GroupPointsByRegions( inPoints: list[Point2D], inRegions: list[Region], / ) -> ( outGroupedIndices: list[ list[int] ], outGroupedPoints: list[ list[Point2D] ] )
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inPoints | list[Point2D] | ||
![]() |
inRegions | list[Region] | ||
![]() |
outGroupedIndices | list[ list[int] ] | ||
![]() |
outGroupedPoints | list[ list[Point2D] ] |


