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).

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 angle (degrees) used by the ray-casting method.

Type: float


max_wall_thickness

Maximum wall thickness allowed during computation.

Type: float


statistics

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

Type: WallThicknessAnalysisStatistics


samples

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

Type: list


See Also