MeshStatVis(bpy_struct)¶
base class — bpy_struct
-
class
bpy.types.
MeshStatVis
(bpy_struct)¶ -
distort_max
¶ Maximum angle to display
Type: float in [0, 3.14159], default 0.5
-
distort_min
¶ Minimum angle to display
Type: float in [0, 3.14159], default 0.5
-
overhang_axis
¶ Type: enum in [‘POS_X’, ‘POS_Y’, ‘POS_Z’, ‘NEG_X’, ‘NEG_Y’, ‘NEG_Z’], default ‘POS_X’
-
overhang_max
¶ Maximum angle to display
Type: float in [0, 3.14159], default 0.5
-
overhang_min
¶ Minimum angle to display
Type: float in [0, 3.14159], default 0.5
-
sharp_max
¶ Maximum angle to display
Type: float in [-3.14159, 3.14159], default 0.5
-
sharp_min
¶ Minimum angle to display
Type: float in [-3.14159, 3.14159], default 0.5
-
thickness_max
¶ Maximum for measuring thickness
Type: float in [0, 1000], default 0.5
-
thickness_min
¶ Minimum for measuring thickness
Type: float in [0, 1000], default 0.5
-
thickness_samples
¶ Number of samples to test per face
Type: int in [1, 32], default 0
-
type
¶ Type of data to visualize/check
Type: enum in [‘OVERHANG’, ‘THICKNESS’, ‘INTERSECT’, ‘DISTORT’, ‘SHARP’], default ‘OVERHANG’
-
Inherited Properties
Inherited Functions
References