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


