RegionsFeatureValues
Computes the feature values of the input regions.
Syntax
C++
C#
Python
def RegionsFeatureValues( inRegions: list[Region], /, *, inFeature: RegionFeature = RegionFeature.Area ) -> outValues: list[float]
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inRegions | list[Region] | Input regions | |
![]() |
inFeature | RegionFeature | RegionFeature.Area | Region feature value to be computed |
![]() |
outValues | list[float] |


