Skip to main content

WallThicknessAnalysisResults

Other

Results for wall thickness analyses (mask or surface based).

Import

import ScriptingApi as api

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

Properties

type

Analysis category indicating the wall thickness variant (mask or surface). Use api.AnalysisType.WallThicknessMask

Type: AnalysisType


analysis_name

Name of the analysis entry.

Type: str


actual_object_name

Name of the target object whose wall thickness was analyzed.

Type: str


range

Accepted wall thickness range [min, max] used for statistics.

Type: list


method

Algorithm used to compute wall thickness. Use api.WallThicknessMethod.RayCasting

Type: WallThicknessMethod


mask_preview_quality

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

Type: MaskPreviewQuality


search_angle

Search cone aperture half-angle (degrees) used by the shrinking-sphere method.

Type: float


max_wall_thickness

Maximum wall thickness (millimeters) allowed during computation.

Type: float


statistics

Summary statistics for the computed wall thickness values. Use api.WallThicknessAnalysisStatistics()

Type: WallThicknessAnalysisStatistics


samples

A list of api.WallThicknessSample() - Individual sampled thickness measurements collected during analysis.

Type: list


See Also