Skip to main content

AnalysisInfo

Other

Basic information about an analysis object. Contains the name, type, and linked object information for an analysis.

Import

import ScriptingApi as api

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

Properties

name

Display name of the analysis entry.

Type: str


type

Analysis category indicating the computation type (wall thickness, deviation, etc.). Use api.AnalysisType.WallThicknessMask

Type: AnalysisType


actual_object_name

Name of the primary object used for the analysis (mask or surface).

Type: str


reference_object_name

Name of the reference object when the analysis compares against another mask or surface.

Type: str


has_results

True if results have been computed and stored for this analysis item.

Type: bool


See Also