Skip to main content

CurvatureAnalysisResults

Other

Results for curvature analyses (mask or surface based).

Import

import ScriptingApi as api

# Access the class
# CurvatureAnalysisResults is available via api.CurvatureAnalysisResults

Properties

type

Analysis category indicating the curvature variant (mask or surface based). Use api.AnalysisType.CurvatureMask

Type: AnalysisType


analysis_name

Name of the analysis entry.

Type: str


actual_object_name

Name of the object whose curvature was analyzed.

Type: str


reference_object_name

Name of the optional reference object used for visualization alignment.

Type: str


range

Accepted curvature range [min, max] used for statistics.

Type: list


method

Curvature calculation method (e.g., Gaussian or mean curvature). Use api.CurvatureMethod.Gaussian

Type: CurvatureMethod


mask_preview_quality

Mesh quality preset used to generate preview geometry for mask inputs. Use api.MaskPreviewQuality.Optimal

Type: MaskPreviewQuality


statistics

Summary statistics for the computed curvature values. Use api.CurvatureAnalysisStatistics()

Type: CurvatureAnalysisStatistics


samples

Individual sampled curvature measurements collected during analysis. A list of api.CurvatureSample()

Type: list


See Also