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