RegionToLocations
Converts a region to an array of its pixel locations.
Applications:It may be considered explicit region decompression.
Syntax
C++
Python
def RegionToLocations( inRegion: Region, / ) -> outLocations: list[Location]
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inRegion | Region | Input region | |
![]() |
outLocations | list[Location] |


