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
Input value inRegions list[Region] Input regions
Input value inFeature RegionFeature RegionFeature.Area Region feature value to be computed
Output value outValues list[float]