Start » Filter Reference » Region » Region Relations » SelectRegions
Module: | FoundationBasic |
---|
Selects regions according to the selected feature and range.
Applications
Use this filter when you have an array of regions and you want to select some of them for further processing. It is slightly faster than ClassifyRegions.
Name | Type | Description | |
---|---|---|---|
inRegions | RegionArray | Input regions | |
inFeature | RegionFeature | Region feature value to be computed | |
inMinimum | Real* | Lowest value of the range | |
inMaximum | Real* | Highest value of the range | |
outAccepted | RegionArray | Regions with feature values matching the range | |
outValues | RealArray |
Complexity Level
This filter is available on Basic Complexity Level.