ExtremaAnalysisStatistics
Statistics for extrema analyses.
Import
import ScriptingApi as api
# Access the class
# ExtremaAnalysisStatistics is available via api.ExtremaAnalysisStatistics
Properties
min_value
Minimum extrema value measured on the analyzed surface.
Type: float
max_value
Maximum extrema value measured on the analyzed surface.
Type: float
mean_value
Mean extrema value across the analyzed region.
Type: float
std_deviation
Standard deviation of extrema values across the analyzed region.
Type: float
min_point
Point [x, y, z] where the minimum extrema value occurs.
Type: list
max_point
Point [x, y, z] where the maximum extrema value occurs.
Type: list
area_within_range
Surface area whose extrema values lie within the specified range.
Type: float
area_below_range
Surface area whose extrema values are below the specified range.
Type: float
area_above_range
Surface area whose extrema values are above the specified range.
Type: float
total_area
Total analyzed surface area.
Type: float
percentage_within_range
Percentage of surface area whose extrema values lie within the range.
Type: float
percentage_below_range
Percentage of surface area whose extrema values are below the range.
Type: float
percentage_above_range
Percentage of surface area whose extrema values are above the range.
Type: float
mean_within_range
Mean extrema value considering only samples within the specified range.
Type: float
std_deviation_within_range
Standard deviation of extrema values considering only samples within the specified range.
Type: float